#522CAF

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

Shades of Purple Heart #522CAF

Tints of Purple Heart #522CAF

Color information

#522CAF (or 0x522CAF) is unknown color: approx Purple Heart. HEX triplet: 52, 2C and AF. RGB value is (82,44,175). Sum of RGB (Red+Green+Blue) = 82+44+175=301 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.24% from 301); Green value is 44 (17.58% from 255 or 14.62% from 301); Blue value is 175 (68.75% from 255 or 58.14% from 301); Max value from RGB is 175 - color contains mainly: blue. Hex color #522CAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522CAF is #ADD350. Grayscale: #454545. Windows color (decimal): -11391825 or 11480146. OLE color: 11480146.

HSL color Cylindrical-coordinate representation of color #522CAF: hue angle of 257.4º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #522CAF is Cyan = 0.53, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8244175-
CMYK0.530.7500.31
HSL257.4º59.82%42.94%-
HSV(B)257.4º74.86%68.63%-
XYZ12.126.6941.21-
YUV70.3187.09136.35-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.24%
GREEN value IS 44 (17.58% from 255) = 14.62%
BLUE value IS 175 (68.75% from 255) = 58.14%
R=27.24%
G=14.62%
B=58.14%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal82441750.530.7500.31257.459.8242.94
Hex522CAF354B01F1013c2b
Octal12254257651130374017453
Binary1010010101100101011111101011001011011111100000001111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522CAF; }

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

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

<style>
 a { background-color: #522CAF; }

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

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

<style>
 span { border-color: #522CAF; }

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

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