Shades of Purple Heart #5F36DF
Tints of Purple Heart #5F36DF
RGB
CMYK
RGB Variations
Color information
#5F36DF (or 0x5F36DF) is known color: Purple Heart. HEX triplet: 5F, 36 and DF. RGB value is (95,54,223). Sum of RGB (Red+Green+Blue) = 95+54+223=372 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.54% from 372); Green value is 54 (21.48% from 255 or 14.52% from 372); Blue value is 223 (87.5% from 255 or 59.95% from 372); Max value from RGB is 223 - color contains mainly: blue. Hex color #5F36DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F36DF is #A0C920. Grayscale: #545454. Windows color (decimal): -10537249 or 14628447. OLE color: 14628447.
HSL color Cylindrical-coordinate representation of color #5F36DF: hue angle of 254.56º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5F36DF is Cyan = 0.57, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 95 | 54 | 223 | - |
| CMYK | 0.57 | 0.76 | 0 | 0.13 |
| HSL | 254.56º | 0.73% | 0.54% | - |
| HSV(B) | 254.56º | 0.76% | 0.87% | - |
| XYZ | 19.36 | 10.4 | 70.8 | - |
| YUV | 85.53 | 205.58 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 54 | 223 | 0.57 | 0.76 | 0 | 0.13 | 254.56 | 0.73 | 0.54 |
| Hex | 5F | 36 | DF | 39 | 4C | 0 | D | FF | 49 | 36 |
| Octal | 137 | 66 | 337 | 71 | 114 | 0 | 15 | 377 | 111 | 66 |
| Binary | 1011111 | 110110 | 11011111 | 111001 | 1001100 | 0 | 1101 | 11111111 | 1001001 | 110110 |
Color Harmonies of #5F36DF
Complementary color
Monochromatic Colors of #5F36DF
Black with #5F36DF
Text Example
Text Example
White with #5F36DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F36DF; }
p { color: rgb(95,54,223); }
H1.HeaderClassName
{
color: #5F36DF;
}
.AnyTagClassName
{
color: #5F36DF;
}
</style>
background-color css
<style>
a { background-color: #5F36DF; }
a { background-color: rgb(95,54,223); }
div.DivClassName
{
background-color: #5F36DF;
}
.BgClassName
{
background-color: #5F36DF;
}
</style>
border-color css
<style>
span { border-color: #5F36DF; }
span { border-color: rgb(95,54,223); }
td.TdClassName
{
border-color: #5F36DF;
}
.TagClassName
{
border-color: #5F36DF;
}
</style>