#5211B8

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

Shades of Purple Heart #5211B8

Tints of Purple Heart #5211B8

Color information

#5211B8 (or 0x5211B8) is unknown color: approx Purple Heart. HEX triplet: 52, 11 and B8. RGB value is (82,17,184). Sum of RGB (Red+Green+Blue) = 82+17+184=283 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.98% from 283); Green value is 17 (7.03% from 255 or 6.01% from 283); Blue value is 184 (72.27% from 255 or 65.02% from 283); Max value from RGB is 184 - color contains mainly: blue. Hex color #5211B8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5211B8 is #ADEE47. Grayscale: #363636. Windows color (decimal): -11398728 or 12063058. OLE color: 12063058.

HSL color Cylindrical-coordinate representation of color #5211B8: hue angle of 263.35º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5211B8 is Cyan = 0.55, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB8217184-
CMYK0.550.9100.28
HSL263.35º83.08%39.41%-
HSV(B)263.35º90.76%72.16%-
XYZ12.335.6645.79-
YUV55.47200.53146.92-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.98%
GREEN value IS 17 (7.03% from 255) = 6.01%
BLUE value IS 184 (72.27% from 255) = 65.02%
R=28.98%
G=6.01%
B=65.02%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal82171840.550.9100.28263.3583.0839.41
Hex5211B8375B01C1075327
Octal122212706713303440712347
Binary1010010100011011100011011110110110111001000001111010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5211B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5211B8; }

 p { color: rgb(82,17,184); }

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

<style>
 a { background-color: #5211B8; }

 a { background-color: rgb(82,17,184); }

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

<style>
 span { border-color: #5211B8; }

 span { border-color: rgb(82,17,184); }

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