Shades of Purple Heart #5F34CE
Tints of Purple Heart #5F34CE
RGB
CMYK
RGB Variations
Color information
#5F34CE (or 0x5F34CE) is known color: Purple Heart. HEX triplet: 5F, 34 and CE. RGB value is (95,52,206). Sum of RGB (Red+Green+Blue) = 95+52+206=353 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.91% from 353); Green value is 52 (20.70% from 255 or 14.73% from 353); Blue value is 206 (80.86% from 255 or 58.36% from 353); Max value from RGB is 206 - color contains mainly: blue. Hex color #5F34CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F34CE is #A0CB31. Grayscale: #515151. Windows color (decimal): -10537778 or 13513823. OLE color: 13513823.
HSL color Cylindrical-coordinate representation of color #5F34CE: hue angle of 256.75º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5F34CE is Cyan = 0.54, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 95 | 52 | 206 | - |
| CMYK | 0.54 | 0.75 | 0 | 0.19 |
| HSL | 256.75º | 0.61% | 0.51% | - |
| HSV(B) | 256.75º | 0.75% | 0.81% | - |
| XYZ | 17.09 | 9.35 | 59.3 | - |
| YUV | 82.41 | 197.75 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 52 | 206 | 0.54 | 0.75 | 0 | 0.19 | 256.75 | 0.61 | 0.51 |
| Hex | 5F | 34 | CE | 36 | 4B | 0 | 13 | 101 | 3D | 33 |
| Octal | 137 | 64 | 316 | 66 | 113 | 0 | 23 | 401 | 75 | 63 |
| Binary | 1011111 | 110100 | 11001110 | 110110 | 1001011 | 0 | 10011 | 100000001 | 111101 | 110011 |
Color Harmonies of #5F34CE
Complementary color
Monochromatic Colors of #5F34CE
Black with #5F34CE
Text Example
Text Example
White with #5F34CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F34CE; }
p { color: rgb(95,52,206); }
H1.HeaderClassName
{
color: #5F34CE;
}
.AnyTagClassName
{
color: #5F34CE;
}
</style>
background-color css
<style>
a { background-color: #5F34CE; }
a { background-color: rgb(95,52,206); }
div.DivClassName
{
background-color: #5F34CE;
}
.BgClassName
{
background-color: #5F34CE;
}
</style>
border-color css
<style>
span { border-color: #5F34CE; }
span { border-color: rgb(95,52,206); }
td.TdClassName
{
border-color: #5F34CE;
}
.TagClassName
{
border-color: #5F34CE;
}
</style>