Shades of Purple Heart #5205CC
Tints of Purple Heart #5205CC
RGB
CMYK
RGB Variations
Color information
#5205CC (or 0x5205CC) is known color: Purple Heart. HEX triplet: 52, 05 and CC. RGB value is (82,5,204). Sum of RGB (Red+Green+Blue) = 82+5+204=291 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.18% from 291); Green value is 5 (2.34% from 255 or 1.72% from 291); Blue value is 204 (80.08% from 255 or 70.10% from 291); Max value from RGB is 204 - color contains mainly: blue. Hex color #5205CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5205CC is #ADFA33. Grayscale: #313131. Windows color (decimal): -11401780 or 13370706. OLE color: 13370706.
HSL color Cylindrical-coordinate representation of color #5205CC: hue angle of 263.22º 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 #5205CC is Cyan = 0.60, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 82 | 5 | 204 | - |
| CMYK | 0.60 | 0.98 | 0 | 0.2 |
| HSL | 263.22º | 0.95% | 0.41% | - |
| HSV(B) | 263.22º | 0.98% | 0.8% | - |
| XYZ | 14.43 | 6.26 | 57.57 | - |
| YUV | 50.71 | 214.51 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 5 | 204 | 0.60 | 0.98 | 0 | 0.2 | 263.22 | 0.95 | 0.41 |
| Hex | 52 | 5 | CC | 3C | 62 | 0 | 14 | 107 | 5F | 29 |
| Octal | 122 | 5 | 314 | 74 | 142 | 0 | 24 | 407 | 137 | 51 |
| Binary | 1010010 | 101 | 11001100 | 111100 | 1100010 | 0 | 10100 | 100000111 | 1011111 | 101001 |
Color Harmonies of #5205CC
Complementary color
Monochromatic Colors of #5205CC
Black with #5205CC
Text Example
Text Example
White with #5205CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5205CC; }
p { color: rgb(82,5,204); }
H1.HeaderClassName
{
color: #5205CC;
}
.AnyTagClassName
{
color: #5205CC;
}
</style>
background-color css
<style>
a { background-color: #5205CC; }
a { background-color: rgb(82,5,204); }
div.DivClassName
{
background-color: #5205CC;
}
.BgClassName
{
background-color: #5205CC;
}
</style>
border-color css
<style>
span { border-color: #5205CC; }
span { border-color: rgb(82,5,204); }
td.TdClassName
{
border-color: #5205CC;
}
.TagClassName
{
border-color: #5205CC;
}
</style>