Shades of Purple Heart #5F06CF
Tints of Purple Heart #5F06CF
RGB
CMYK
RGB Variations
Color information
#5F06CF (or 0x5F06CF) is known color: Purple Heart. HEX triplet: 5F, 06 and CF. RGB value is (95,6,207). Sum of RGB (Red+Green+Blue) = 95+6+207=308 (40% of max value = 765). Red value is 95 (37.5% from 255 or 30.84% from 308); Green value is 6 (2.73% from 255 or 1.95% from 308); Blue value is 207 (81.25% from 255 or 67.21% from 308); Max value from RGB is 207 - color contains mainly: blue. Hex color #5F06CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5F06CF is #A0F930. Grayscale: #363636. Windows color (decimal): -10549553 or 13567583. OLE color: 13567583.
HSL color Cylindrical-coordinate representation of color #5F06CF: hue angle of 266.57º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5F06CF is Cyan = 0.54, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 95 | 6 | 207 | - |
| CMYK | 0.54 | 0.97 | 0 | 0.19 |
| HSL | 266.57º | 0.94% | 0.42% | - |
| HSV(B) | 266.57º | 0.97% | 0.81% | - |
| XYZ | 16.05 | 7.07 | 59.55 | - |
| YUV | 55.53 | 213.49 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 6 | 207 | 0.54 | 0.97 | 0 | 0.19 | 266.57 | 0.94 | 0.42 |
| Hex | 5F | 6 | CF | 36 | 61 | 0 | 13 | 10B | 5E | 2A |
| Octal | 137 | 6 | 317 | 66 | 141 | 0 | 23 | 413 | 136 | 52 |
| Binary | 1011111 | 110 | 11001111 | 110110 | 1100001 | 0 | 10011 | 100001011 | 1011110 | 101010 |
Color Harmonies of #5F06CF
Complementary color
Monochromatic Colors of #5F06CF
Black with #5F06CF
Text Example
Text Example
White with #5F06CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F06CF; }
p { color: rgb(95,6,207); }
H1.HeaderClassName
{
color: #5F06CF;
}
.AnyTagClassName
{
color: #5F06CF;
}
</style>
background-color css
<style>
a { background-color: #5F06CF; }
a { background-color: rgb(95,6,207); }
div.DivClassName
{
background-color: #5F06CF;
}
.BgClassName
{
background-color: #5F06CF;
}
</style>
border-color css
<style>
span { border-color: #5F06CF; }
span { border-color: rgb(95,6,207); }
td.TdClassName
{
border-color: #5F06CF;
}
.TagClassName
{
border-color: #5F06CF;
}
</style>