Shades of Purple Heart #5F1BCE
Tints of Purple Heart #5F1BCE
RGB
CMYK
RGB Variations
Color information
#5F1BCE (or 0x5F1BCE) is known color: Purple Heart. HEX triplet: 5F, 1B and CE. RGB value is (95,27,206). Sum of RGB (Red+Green+Blue) = 95+27+206=328 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.96% from 328); Green value is 27 (10.94% from 255 or 8.23% from 328); Blue value is 206 (80.86% from 255 or 62.80% from 328); Max value from RGB is 206 - color contains mainly: blue. Hex color #5F1BCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F1BCE is #A0E431. Grayscale: #434343. Windows color (decimal): -10544178 or 13507423. OLE color: 13507423.
HSL color Cylindrical-coordinate representation of color #5F1BCE: hue angle of 262.79º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5F1BCE is Cyan = 0.54, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 95 | 27 | 206 | - |
| CMYK | 0.54 | 0.87 | 0 | 0.19 |
| HSL | 262.79º | 0.77% | 0.46% | - |
| HSV(B) | 262.79º | 0.87% | 0.81% | - |
| XYZ | 16.25 | 7.67 | 59.02 | - |
| YUV | 67.74 | 206.03 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 27 | 206 | 0.54 | 0.87 | 0 | 0.19 | 262.79 | 0.77 | 0.46 |
| Hex | 5F | 1B | CE | 36 | 57 | 0 | 13 | 107 | 4D | 2E |
| Octal | 137 | 33 | 316 | 66 | 127 | 0 | 23 | 407 | 115 | 56 |
| Binary | 1011111 | 11011 | 11001110 | 110110 | 1010111 | 0 | 10011 | 100000111 | 1001101 | 101110 |
Color Harmonies of #5F1BCE
Complementary color
Monochromatic Colors of #5F1BCE
Black with #5F1BCE
Text Example
Text Example
White with #5F1BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F1BCE; }
p { color: rgb(95,27,206); }
H1.HeaderClassName
{
color: #5F1BCE;
}
.AnyTagClassName
{
color: #5F1BCE;
}
</style>
background-color css
<style>
a { background-color: #5F1BCE; }
a { background-color: rgb(95,27,206); }
div.DivClassName
{
background-color: #5F1BCE;
}
.BgClassName
{
background-color: #5F1BCE;
}
</style>
border-color css
<style>
span { border-color: #5F1BCE; }
span { border-color: rgb(95,27,206); }
td.TdClassName
{
border-color: #5F1BCE;
}
.TagClassName
{
border-color: #5F1BCE;
}
</style>