Shades of Purple Heart #500FCF
Tints of Purple Heart #500FCF
RGB
CMYK
RGB Variations
Color information
#500FCF (or 0x500FCF) is known color: Purple Heart. HEX triplet: 50, 0F and CF. RGB value is (80,15,207). Sum of RGB (Red+Green+Blue) = 80+15+207=302 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.49% from 302); Green value is 15 (6.25% from 255 or 4.97% from 302); Blue value is 207 (81.25% from 255 or 68.54% from 302); Max value from RGB is 207 - color contains mainly: blue. Hex color #500FCF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #500FCF is #AFF030. Grayscale: #373737. Windows color (decimal): -11530289 or 13569872. OLE color: 13569872.
HSL color Cylindrical-coordinate representation of color #500FCF: hue angle of 260.31º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #500FCF is Cyan = 0.61, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 15 | 207 | - |
| CMYK | 0.61 | 0.93 | 0 | 0.19 |
| HSL | 260.31º | 0.86% | 0.44% | - |
| HSV(B) | 260.31º | 0.93% | 0.81% | - |
| XYZ | 14.74 | 6.55 | 59.52 | - |
| YUV | 56.32 | 213.03 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 15 | 207 | 0.61 | 0.93 | 0 | 0.19 | 260.31 | 0.86 | 0.44 |
| Hex | 50 | F | CF | 3D | 5D | 0 | 13 | 104 | 56 | 2C |
| Octal | 120 | 17 | 317 | 75 | 135 | 0 | 23 | 404 | 126 | 54 |
| Binary | 1010000 | 1111 | 11001111 | 111101 | 1011101 | 0 | 10011 | 100000100 | 1010110 | 101100 |
Color Harmonies of #500FCF
Complementary color
Monochromatic Colors of #500FCF
Black with #500FCF
Text Example
Text Example
White with #500FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500FCF; }
p { color: rgb(80,15,207); }
H1.HeaderClassName
{
color: #500FCF;
}
.AnyTagClassName
{
color: #500FCF;
}
</style>
background-color css
<style>
a { background-color: #500FCF; }
a { background-color: rgb(80,15,207); }
div.DivClassName
{
background-color: #500FCF;
}
.BgClassName
{
background-color: #500FCF;
}
</style>
border-color css
<style>
span { border-color: #500FCF; }
span { border-color: rgb(80,15,207); }
td.TdClassName
{
border-color: #500FCF;
}
.TagClassName
{
border-color: #500FCF;
}
</style>