Shades of Purple Heart #5205CB
Tints of Purple Heart #5205CB
RGB
CMYK
RGB Variations
Color information
#5205CB (or 0x5205CB) is known color: Purple Heart. HEX triplet: 52, 05 and CB. RGB value is (82,5,203). Sum of RGB (Red+Green+Blue) = 82+5+203=290 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.28% from 290); Green value is 5 (2.34% from 255 or 1.72% from 290); Blue value is 203 (79.69% from 255 or 70% from 290); Max value from RGB is 203 - color contains mainly: blue. Hex color #5205CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5205CB is #ADFA34. Grayscale: #313131. Windows color (decimal): -11401781 or 13305170. OLE color: 13305170.
HSL color Cylindrical-coordinate representation of color #5205CB: hue angle of 263.33º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5205CB is Cyan = 0.60, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 82 | 5 | 203 | - |
| CMYK | 0.60 | 0.98 | 0 | 0.20 |
| HSL | 263.33º | 0.95% | 0.41% | - |
| HSV(B) | 263.33º | 0.98% | 0.8% | - |
| XYZ | 14.31 | 6.21 | 56.94 | - |
| YUV | 50.6 | 214.01 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 5 | 203 | 0.60 | 0.98 | 0 | 0.20 | 263.33 | 0.95 | 0.41 |
| Hex | 52 | 5 | CB | 3C | 62 | 0 | 14 | 107 | 5F | 29 |
| Octal | 122 | 5 | 313 | 74 | 142 | 0 | 24 | 407 | 137 | 51 |
| Binary | 1010010 | 101 | 11001011 | 111100 | 1100010 | 0 | 10100 | 100000111 | 1011111 | 101001 |
Color Harmonies of #5205CB
Complementary color
Monochromatic Colors of #5205CB
Black with #5205CB
Text Example
Text Example
White with #5205CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5205CB; }
p { color: rgb(82,5,203); }
H1.HeaderClassName
{
color: #5205CB;
}
.AnyTagClassName
{
color: #5205CB;
}
</style>
background-color css
<style>
a { background-color: #5205CB; }
a { background-color: rgb(82,5,203); }
div.DivClassName
{
background-color: #5205CB;
}
.BgClassName
{
background-color: #5205CB;
}
</style>
border-color css
<style>
span { border-color: #5205CB; }
span { border-color: rgb(82,5,203); }
td.TdClassName
{
border-color: #5205CB;
}
.TagClassName
{
border-color: #5205CB;
}
</style>