#5210B6

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

Shades of Purple Heart #5210B6

Tints of Purple Heart #5210B6

Color information

#5210B6 (or 0x5210B6) is unknown color: approx Purple Heart. HEX triplet: 52, 10 and B6. RGB value is (82,16,182). Sum of RGB (Red+Green+Blue) = 82+16+182=280 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.29% from 280); Green value is 16 (6.64% from 255 or 5.71% from 280); Blue value is 182 (71.48% from 255 or 65% from 280); Max value from RGB is 182 - color contains mainly: blue. Hex color #5210B6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5210B6 is #ADEF49. Grayscale: #363636. Windows color (decimal): -11398986 or 11931730. OLE color: 11931730.

HSL color Cylindrical-coordinate representation of color #5210B6: hue angle of 263.86º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5210B6 is Cyan = 0.55, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8216182-
CMYK0.550.9100.29
HSL263.86º83.84%38.82%-
HSV(B)263.86º91.21%71.37%-
XYZ12.115.5444.69-
YUV54.66199.87147.5-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.29%
GREEN value IS 16 (6.64% from 255) = 5.71%
BLUE value IS 182 (71.48% from 255) = 65%
R=29.29%
G=5.71%
B=65%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal82161820.550.9100.29263.8683.8438.82
Hex5210B6375B01D1085427
Octal122202666713303541012447
Binary1010010100001011011011011110110110111011000010001010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5210B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5210B6; }

 p { color: rgb(82,16,182); }

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

<style>
 a { background-color: #5210B6; }

 a { background-color: rgb(82,16,182); }

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

<style>
 span { border-color: #5210B6; }

 span { border-color: rgb(82,16,182); }

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