Shades of Purple Heart #500CCF
Tints of Purple Heart #500CCF
RGB
CMYK
RGB Variations
Color information
#500CCF (or 0x500CCF) is known color: Purple Heart. HEX triplet: 50, 0C and CF. RGB value is (80,12,207). Sum of RGB (Red+Green+Blue) = 80+12+207=299 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.76% from 299); Green value is 12 (5.08% from 255 or 4.01% from 299); Blue value is 207 (81.25% from 255 or 69.23% from 299); Max value from RGB is 207 - color contains mainly: blue. Hex color #500CCF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #500CCF is #AFF330. Grayscale: #353535. Windows color (decimal): -11531057 or 13569104. OLE color: 13569104.
HSL color Cylindrical-coordinate representation of color #500CCF: hue angle of 260.92º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #500CCF is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 12 | 207 | - |
| CMYK | 0.61 | 0.94 | 0 | 0.19 |
| HSL | 260.92º | 0.89% | 0.43% | - |
| HSV(B) | 260.92º | 0.94% | 0.81% | - |
| XYZ | 14.7 | 6.47 | 59.51 | - |
| YUV | 54.56 | 214.03 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 12 | 207 | 0.61 | 0.94 | 0 | 0.19 | 260.92 | 0.89 | 0.43 |
| Hex | 50 | C | CF | 3D | 5E | 0 | 13 | 105 | 59 | 2B |
| Octal | 120 | 14 | 317 | 75 | 136 | 0 | 23 | 405 | 131 | 53 |
| Binary | 1010000 | 1100 | 11001111 | 111101 | 1011110 | 0 | 10011 | 100000101 | 1011001 | 101011 |
Color Harmonies of #500CCF
Complementary color
Monochromatic Colors of #500CCF
Black with #500CCF
Text Example
Text Example
White with #500CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500CCF; }
p { color: rgb(80,12,207); }
H1.HeaderClassName
{
color: #500CCF;
}
.AnyTagClassName
{
color: #500CCF;
}
</style>
background-color css
<style>
a { background-color: #500CCF; }
a { background-color: rgb(80,12,207); }
div.DivClassName
{
background-color: #500CCF;
}
.BgClassName
{
background-color: #500CCF;
}
</style>
border-color css
<style>
span { border-color: #500CCF; }
span { border-color: rgb(80,12,207); }
td.TdClassName
{
border-color: #500CCF;
}
.TagClassName
{
border-color: #500CCF;
}
</style>