Shades of Purple Heart #5F3BDB
Tints of Purple Heart #5F3BDB
RGB
CMYK
RGB Variations
Color information
#5F3BDB (or 0x5F3BDB) is known color: Purple Heart. HEX triplet: 5F, 3B and DB. RGB value is (95,59,219). Sum of RGB (Red+Green+Blue) = 95+59+219=373 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.47% from 373); Green value is 59 (23.44% from 255 or 15.82% from 373); Blue value is 219 (85.94% from 255 or 58.71% from 373); Max value from RGB is 219 - color contains mainly: blue. Hex color #5F3BDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F3BDB is #A0C424. Grayscale: #575757. Windows color (decimal): -10535973 or 14367583. OLE color: 14367583.
HSL color Cylindrical-coordinate representation of color #5F3BDB: hue angle of 253.5º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5F3BDB is Cyan = 0.57, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 59 | 219 | - |
| CMYK | 0.57 | 0.73 | 0 | 0.14 |
| HSL | 253.5º | 0.69% | 0.55% | - |
| HSV(B) | 253.5º | 0.73% | 0.86% | - |
| XYZ | 19.07 | 10.68 | 68.07 | - |
| YUV | 88 | 201.93 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 59 | 219 | 0.57 | 0.73 | 0 | 0.14 | 253.5 | 0.69 | 0.55 |
| Hex | 5F | 3B | DB | 39 | 49 | 0 | E | FE | 45 | 37 |
| Octal | 137 | 73 | 333 | 71 | 111 | 0 | 16 | 376 | 105 | 67 |
| Binary | 1011111 | 111011 | 11011011 | 111001 | 1001001 | 0 | 1110 | 11111110 | 1000101 | 110111 |
Color Harmonies of #5F3BDB
Complementary color
Monochromatic Colors of #5F3BDB
Black with #5F3BDB
Text Example
Text Example
White with #5F3BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F3BDB; }
p { color: rgb(95,59,219); }
H1.HeaderClassName
{
color: #5F3BDB;
}
.AnyTagClassName
{
color: #5F3BDB;
}
</style>
background-color css
<style>
a { background-color: #5F3BDB; }
a { background-color: rgb(95,59,219); }
div.DivClassName
{
background-color: #5F3BDB;
}
.BgClassName
{
background-color: #5F3BDB;
}
</style>
border-color css
<style>
span { border-color: #5F3BDB; }
span { border-color: rgb(95,59,219); }
td.TdClassName
{
border-color: #5F3BDB;
}
.TagClassName
{
border-color: #5F3BDB;
}
</style>