Shades of Purple Heart #5F00CE
Tints of Purple Heart #5F00CE
RGB
CMYK
RGB Variations
Color information
#5F00CE (or 0x5F00CE) is known color: Purple Heart. HEX triplet: 5F, 00 and CE. RGB value is (95,0,206). Sum of RGB (Red+Green+Blue) = 95+0+206=301 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.56% from 301); Green value is 0 (0.39% from 255 or 0% from 301); Blue value is 206 (80.86% from 255 or 68.44% from 301); Max value from RGB is 206 - color contains mainly: blue. Hex color #5F00CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5F00CE is #A0FF31. Grayscale: #333333. Windows color (decimal): -10551090 or 13500511. OLE color: 13500511.
HSL color Cylindrical-coordinate representation of color #5F00CE: hue angle of 267.67º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5F00CE is Cyan = 0.54, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 95 | 0 | 206 | - |
| CMYK | 0.54 | 1 | 0 | 0.19 |
| HSL | 267.67º | 1% | 0.4% | - |
| HSV(B) | 267.67º | 1% | 0.81% | - |
| XYZ | 15.86 | 6.89 | 58.89 | - |
| YUV | 51.89 | 214.97 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 0 | 206 | 0.54 | 1 | 0 | 0.19 | 267.67 | 1 | 0.4 |
| Hex | 5F | 0 | CE | 36 | 64 | 0 | 13 | 10C | 64 | 28 |
| Octal | 137 | 0 | 316 | 66 | 144 | 0 | 23 | 414 | 144 | 50 |
| Binary | 1011111 | 0 | 11001110 | 110110 | 1100100 | 0 | 10011 | 100001100 | 1100100 | 101000 |
Color Harmonies of #5F00CE
Complementary color
Monochromatic Colors of #5F00CE
Black with #5F00CE
Text Example
Text Example
White with #5F00CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F00CE; }
p { color: rgb(95,0,206); }
H1.HeaderClassName
{
color: #5F00CE;
}
.AnyTagClassName
{
color: #5F00CE;
}
</style>
background-color css
<style>
a { background-color: #5F00CE; }
a { background-color: rgb(95,0,206); }
div.DivClassName
{
background-color: #5F00CE;
}
.BgClassName
{
background-color: #5F00CE;
}
</style>
border-color css
<style>
span { border-color: #5F00CE; }
span { border-color: rgb(95,0,206); }
td.TdClassName
{
border-color: #5F00CE;
}
.TagClassName
{
border-color: #5F00CE;
}
</style>