Shades of Purple Heart #5F06CE
Tints of Purple Heart #5F06CE
RGB
CMYK
RGB Variations
Color information
#5F06CE (or 0x5F06CE) is known color: Purple Heart. HEX triplet: 5F, 06 and CE. RGB value is (95,6,206). Sum of RGB (Red+Green+Blue) = 95+6+206=307 (40% of max value = 765). Red value is 95 (37.5% from 255 or 30.94% from 307); Green value is 6 (2.73% from 255 or 1.95% from 307); Blue value is 206 (80.86% from 255 or 67.10% from 307); Max value from RGB is 206 - color contains mainly: blue. Hex color #5F06CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5F06CE is #A0F931. Grayscale: #363636. Windows color (decimal): -10549554 or 13502047. OLE color: 13502047.
HSL color Cylindrical-coordinate representation of color #5F06CE: hue angle of 266.7º 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 #5F06CE is Cyan = 0.54, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 95 | 6 | 206 | - |
| CMYK | 0.54 | 0.97 | 0 | 0.19 |
| HSL | 266.7º | 0.94% | 0.42% | - |
| HSV(B) | 266.7º | 0.97% | 0.81% | - |
| XYZ | 15.93 | 7.02 | 58.91 | - |
| YUV | 55.41 | 212.99 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 6 | 206 | 0.54 | 0.97 | 0 | 0.19 | 266.7 | 0.94 | 0.42 |
| Hex | 5F | 6 | CE | 36 | 61 | 0 | 13 | 10B | 5E | 2A |
| Octal | 137 | 6 | 316 | 66 | 141 | 0 | 23 | 413 | 136 | 52 |
| Binary | 1011111 | 110 | 11001110 | 110110 | 1100001 | 0 | 10011 | 100001011 | 1011110 | 101010 |
Color Harmonies of #5F06CE
Complementary color
Monochromatic Colors of #5F06CE
Black with #5F06CE
Text Example
Text Example
White with #5F06CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F06CE; }
p { color: rgb(95,6,206); }
H1.HeaderClassName
{
color: #5F06CE;
}
.AnyTagClassName
{
color: #5F06CE;
}
</style>
background-color css
<style>
a { background-color: #5F06CE; }
a { background-color: rgb(95,6,206); }
div.DivClassName
{
background-color: #5F06CE;
}
.BgClassName
{
background-color: #5F06CE;
}
</style>
border-color css
<style>
span { border-color: #5F06CE; }
span { border-color: rgb(95,6,206); }
td.TdClassName
{
border-color: #5F06CE;
}
.TagClassName
{
border-color: #5F06CE;
}
</style>