Shades of Purple Heart #5F32CF
Tints of Purple Heart #5F32CF
RGB
CMYK
RGB Variations
Color information
#5F32CF (or 0x5F32CF) is known color: Purple Heart. HEX triplet: 5F, 32 and CF. RGB value is (95,50,207). Sum of RGB (Red+Green+Blue) = 95+50+207=352 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.99% from 352); Green value is 50 (19.92% from 255 or 14.20% from 352); Blue value is 207 (81.25% from 255 or 58.81% from 352); Max value from RGB is 207 - color contains mainly: blue. Hex color #5F32CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F32CF is #A0CD30. Grayscale: #505050. Windows color (decimal): -10538289 or 13578847. OLE color: 13578847.
HSL color Cylindrical-coordinate representation of color #5F32CF: hue angle of 257.2º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5F32CF is Cyan = 0.54, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 95 | 50 | 207 | - |
| CMYK | 0.54 | 0.76 | 0 | 0.19 |
| HSL | 257.2º | 0.62% | 0.5% | - |
| HSV(B) | 257.2º | 0.76% | 0.81% | - |
| XYZ | 17.12 | 9.22 | 59.91 | - |
| YUV | 81.35 | 198.91 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 50 | 207 | 0.54 | 0.76 | 0 | 0.19 | 257.2 | 0.62 | 0.5 |
| Hex | 5F | 32 | CF | 36 | 4C | 0 | 13 | 101 | 3E | 32 |
| Octal | 137 | 62 | 317 | 66 | 114 | 0 | 23 | 401 | 76 | 62 |
| Binary | 1011111 | 110010 | 11001111 | 110110 | 1001100 | 0 | 10011 | 100000001 | 111110 | 110010 |
Color Harmonies of #5F32CF
Complementary color
Monochromatic Colors of #5F32CF
Black with #5F32CF
Text Example
Text Example
White with #5F32CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F32CF; }
p { color: rgb(95,50,207); }
H1.HeaderClassName
{
color: #5F32CF;
}
.AnyTagClassName
{
color: #5F32CF;
}
</style>
background-color css
<style>
a { background-color: #5F32CF; }
a { background-color: rgb(95,50,207); }
div.DivClassName
{
background-color: #5F32CF;
}
.BgClassName
{
background-color: #5F32CF;
}
</style>
border-color css
<style>
span { border-color: #5F32CF; }
span { border-color: rgb(95,50,207); }
td.TdClassName
{
border-color: #5F32CF;
}
.TagClassName
{
border-color: #5F32CF;
}
</style>