Shades of Purple Heart #502FCF
Tints of Purple Heart #502FCF
RGB
CMYK
RGB Variations
Color information
#502FCF (or 0x502FCF) is known color: Purple Heart. HEX triplet: 50, 2F and CF. RGB value is (80,47,207). Sum of RGB (Red+Green+Blue) = 80+47+207=334 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.95% from 334); Green value is 47 (18.75% from 255 or 14.07% from 334); Blue value is 207 (81.25% from 255 or 61.98% from 334); Max value from RGB is 207 - color contains mainly: blue. Hex color #502FCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #502FCF is #AFD030. Grayscale: #4A4A4A. Windows color (decimal): -11522097 or 13578064. OLE color: 13578064.
HSL color Cylindrical-coordinate representation of color #502FCF: hue angle of 252.38º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #502FCF is Cyan = 0.61, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 47 | 207 | - |
| CMYK | 0.61 | 0.77 | 0 | 0.19 |
| HSL | 252.38º | 0.63% | 0.5% | - |
| HSV(B) | 252.38º | 0.77% | 0.81% | - |
| XYZ | 15.59 | 8.24 | 59.8 | - |
| YUV | 75.11 | 202.43 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 47 | 207 | 0.61 | 0.77 | 0 | 0.19 | 252.38 | 0.63 | 0.5 |
| Hex | 50 | 2F | CF | 3D | 4D | 0 | 13 | FC | 3F | 32 |
| Octal | 120 | 57 | 317 | 75 | 115 | 0 | 23 | 374 | 77 | 62 |
| Binary | 1010000 | 101111 | 11001111 | 111101 | 1001101 | 0 | 10011 | 11111100 | 111111 | 110010 |
Color Harmonies of #502FCF
Complementary color
Monochromatic Colors of #502FCF
Black with #502FCF
Text Example
Text Example
White with #502FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502FCF; }
p { color: rgb(80,47,207); }
H1.HeaderClassName
{
color: #502FCF;
}
.AnyTagClassName
{
color: #502FCF;
}
</style>
background-color css
<style>
a { background-color: #502FCF; }
a { background-color: rgb(80,47,207); }
div.DivClassName
{
background-color: #502FCF;
}
.BgClassName
{
background-color: #502FCF;
}
</style>
border-color css
<style>
span { border-color: #502FCF; }
span { border-color: rgb(80,47,207); }
td.TdClassName
{
border-color: #502FCF;
}
.TagClassName
{
border-color: #502FCF;
}
</style>