Shades of Purple Heart #5F39CE
Tints of Purple Heart #5F39CE
RGB
CMYK
RGB Variations
Color information
#5F39CE (or 0x5F39CE) is known color: Purple Heart. HEX triplet: 5F, 39 and CE. RGB value is (95,57,206). Sum of RGB (Red+Green+Blue) = 95+57+206=358 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.54% from 358); Green value is 57 (22.66% from 255 or 15.92% from 358); Blue value is 206 (80.86% from 255 or 57.54% from 358); Max value from RGB is 206 - color contains mainly: blue. Hex color #5F39CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F39CE is #A0C631. Grayscale: #545454. Windows color (decimal): -10536498 or 13515103. OLE color: 13515103.
HSL color Cylindrical-coordinate representation of color #5F39CE: hue angle of 255.3º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5F39CE is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 95 | 57 | 206 | - |
| CMYK | 0.54 | 0.72 | 0 | 0.19 |
| HSL | 255.3º | 0.6% | 0.52% | - |
| HSV(B) | 255.3º | 0.72% | 0.81% | - |
| XYZ | 17.32 | 9.82 | 59.37 | - |
| YUV | 85.35 | 196.09 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 57 | 206 | 0.54 | 0.72 | 0 | 0.19 | 255.3 | 0.6 | 0.52 |
| Hex | 5F | 39 | CE | 36 | 48 | 0 | 13 | FF | 3C | 34 |
| Octal | 137 | 71 | 316 | 66 | 110 | 0 | 23 | 377 | 74 | 64 |
| Binary | 1011111 | 111001 | 11001110 | 110110 | 1001000 | 0 | 10011 | 11111111 | 111100 | 110100 |
Color Harmonies of #5F39CE
Complementary color
Monochromatic Colors of #5F39CE
Black with #5F39CE
Text Example
Text Example
White with #5F39CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F39CE; }
p { color: rgb(95,57,206); }
H1.HeaderClassName
{
color: #5F39CE;
}
.AnyTagClassName
{
color: #5F39CE;
}
</style>
background-color css
<style>
a { background-color: #5F39CE; }
a { background-color: rgb(95,57,206); }
div.DivClassName
{
background-color: #5F39CE;
}
.BgClassName
{
background-color: #5F39CE;
}
</style>
border-color css
<style>
span { border-color: #5F39CE; }
span { border-color: rgb(95,57,206); }
td.TdClassName
{
border-color: #5F39CE;
}
.TagClassName
{
border-color: #5F39CE;
}
</style>