Shades of Purple Heart #5005CF
Tints of Purple Heart #5005CF
RGB
CMYK
RGB Variations
Color information
#5005CF (or 0x5005CF) is known color: Purple Heart. HEX triplet: 50, 05 and CF. RGB value is (80,5,207). Sum of RGB (Red+Green+Blue) = 80+5+207=292 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.40% from 292); Green value is 5 (2.34% from 255 or 1.71% from 292); Blue value is 207 (81.25% from 255 or 70.89% from 292); Max value from RGB is 207 - color contains mainly: blue. Hex color #5005CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5005CF is #AFFA30. Grayscale: #313131. Windows color (decimal): -11532849 or 13567312. OLE color: 13567312.
HSL color Cylindrical-coordinate representation of color #5005CF: hue angle of 262.28º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5005CF is Cyan = 0.61, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 5 | 207 | - |
| CMYK | 0.61 | 0.98 | 0 | 0.19 |
| HSL | 262.28º | 0.95% | 0.42% | - |
| HSV(B) | 262.28º | 0.98% | 0.81% | - |
| XYZ | 14.63 | 6.32 | 59.48 | - |
| YUV | 50.45 | 216.35 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 5 | 207 | 0.61 | 0.98 | 0 | 0.19 | 262.28 | 0.95 | 0.42 |
| Hex | 50 | 5 | CF | 3D | 62 | 0 | 13 | 106 | 5F | 2A |
| Octal | 120 | 5 | 317 | 75 | 142 | 0 | 23 | 406 | 137 | 52 |
| Binary | 1010000 | 101 | 11001111 | 111101 | 1100010 | 0 | 10011 | 100000110 | 1011111 | 101010 |
Color Harmonies of #5005CF
Complementary color
Monochromatic Colors of #5005CF
Black with #5005CF
Text Example
Text Example
White with #5005CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5005CF; }
p { color: rgb(80,5,207); }
H1.HeaderClassName
{
color: #5005CF;
}
.AnyTagClassName
{
color: #5005CF;
}
</style>
background-color css
<style>
a { background-color: #5005CF; }
a { background-color: rgb(80,5,207); }
div.DivClassName
{
background-color: #5005CF;
}
.BgClassName
{
background-color: #5005CF;
}
</style>
border-color css
<style>
span { border-color: #5005CF; }
span { border-color: rgb(80,5,207); }
td.TdClassName
{
border-color: #5005CF;
}
.TagClassName
{
border-color: #5005CF;
}
</style>