#5205B4

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

Shades of Purple Heart #5205B4

Tints of Purple Heart #5205B4

Color information

#5205B4 (or 0x5205B4) is unknown color: approx Purple Heart. HEX triplet: 52, 05 and B4. RGB value is (82,5,180). Sum of RGB (Red+Green+Blue) = 82+5+180=267 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.71% from 267); Green value is 5 (2.34% from 255 or 1.87% from 267); Blue value is 180 (70.70% from 255 or 67.42% from 267); Max value from RGB is 180 - color contains mainly: blue. Hex color #5205B4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5205B4 is #ADFA4B. Grayscale: #2F2F2F. Windows color (decimal): -11401804 or 11797842. OLE color: 11797842.

HSL color Cylindrical-coordinate representation of color #5205B4: hue angle of 266.4º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5205B4 is Cyan = 0.54, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB825180-
CMYK0.540.9700.29
HSL266.4º94.59%36.27%-
HSV(B)266.4º97.22%70.59%-
XYZ11.775.243.56-
YUV47.97202.51152.27-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.71%
GREEN value IS 5 (2.34% from 255) = 1.87%
BLUE value IS 180 (70.70% from 255) = 67.42%
R=30.71%
G=1.87%
B=67.42%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal8251800.540.9700.29266.494.5936.27
Hex525B4366101D10a5f24
Octal12252646614103541213744
Binary10100101011011010011011011000010111011000010101011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5205B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5205B4; }

 p { color: rgb(82,5,180); }

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

<style>
 a { background-color: #5205B4; }

 a { background-color: rgb(82,5,180); }

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

<style>
 span { border-color: #5205B4; }

 span { border-color: rgb(82,5,180); }

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