#5222AF

Color #5222AF Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #5222AF

Tints of Purple Heart #5222AF

Color information

#5222AF (or 0x5222AF) is unknown color: approx Purple Heart. HEX triplet: 52, 22 and AF. RGB value is (82,34,175). Sum of RGB (Red+Green+Blue) = 82+34+175=291 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.18% from 291); Green value is 34 (13.67% from 255 or 11.68% from 291); Blue value is 175 (68.75% from 255 or 60.14% from 291); Max value from RGB is 175 - color contains mainly: blue. Hex color #5222AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5222AF is #ADDD50. Grayscale: #3F3F3F. Windows color (decimal): -11394385 or 11477586. OLE color: 11477586.

HSL color Cylindrical-coordinate representation of color #5222AF: hue angle of 260.43º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5222AF is Cyan = 0.53, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8234175-
CMYK0.530.8100.31
HSL260.43º67.46%40.98%-
HSV(B)260.43º80.57%68.63%-
XYZ11.796.0341.1-
YUV64.43190.4140.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 82 (32.42% from 255) = 28.18%
GREEN value IS 34 (13.67% from 255) = 11.68%
BLUE value IS 175 (68.75% from 255) = 60.14%
R=28.18%
G=11.68%
B=60.14%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal82341750.530.8100.31260.4367.4640.98
Hex5222AF355101F1044329
Octal122422576512103740410351
Binary10100101000101010111111010110100010111111000001001000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5222AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5222AF; }

 p { color: rgb(82,34,175); }

 H1.HeaderClassName
 {
   color: #5222AF;
 }
 .AnyTagClassName
 {
   color: #5222AF;
 }
</style>
background-color css

<style>
 a { background-color: #5222AF; }

 a { background-color: rgb(82,34,175); }

 div.DivClassName
 {
   background-color: #5222AF;
 }
 .BgClassName
 {
   background-color: #5222AF;
 }
</style>
border-color css

<style>
 span { border-color: #5222AF; }

 span { border-color: rgb(82,34,175); }

 td.TdClassName
 {
   border-color: #5222AF;
 }
 .TagClassName
 {
   border-color: #5222AF;
 }
</style>