Shades of Purple Heart #5F3DDB
Tints of Purple Heart #5F3DDB
RGB
CMYK
RGB Variations
Color information
#5F3DDB (or 0x5F3DDB) is known color: Purple Heart. HEX triplet: 5F, 3D and DB. RGB value is (95,61,219). Sum of RGB (Red+Green+Blue) = 95+61+219=375 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.33% from 375); Green value is 61 (24.22% from 255 or 16.27% from 375); Blue value is 219 (85.94% from 255 or 58.4% from 375); Max value from RGB is 219 - color contains mainly: blue. Hex color #5F3DDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F3DDB is #A0C224. Grayscale: #585858. Windows color (decimal): -10535461 or 14368095. OLE color: 14368095.
HSL color Cylindrical-coordinate representation of color #5F3DDB: hue angle of 252.91º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5F3DDB is Cyan = 0.57, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 61 | 219 | - |
| CMYK | 0.57 | 0.72 | 0 | 0.14 |
| HSL | 252.91º | 0.69% | 0.55% | - |
| HSV(B) | 252.91º | 0.72% | 0.86% | - |
| XYZ | 19.17 | 10.88 | 68.11 | - |
| YUV | 89.18 | 201.26 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 61 | 219 | 0.57 | 0.72 | 0 | 0.14 | 252.91 | 0.69 | 0.55 |
| Hex | 5F | 3D | DB | 39 | 48 | 0 | E | FD | 45 | 37 |
| Octal | 137 | 75 | 333 | 71 | 110 | 0 | 16 | 375 | 105 | 67 |
| Binary | 1011111 | 111101 | 11011011 | 111001 | 1001000 | 0 | 1110 | 11111101 | 1000101 | 110111 |
Color Harmonies of #5F3DDB
Complementary color
Monochromatic Colors of #5F3DDB
Black with #5F3DDB
Text Example
Text Example
White with #5F3DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F3DDB; }
p { color: rgb(95,61,219); }
H1.HeaderClassName
{
color: #5F3DDB;
}
.AnyTagClassName
{
color: #5F3DDB;
}
</style>
background-color css
<style>
a { background-color: #5F3DDB; }
a { background-color: rgb(95,61,219); }
div.DivClassName
{
background-color: #5F3DDB;
}
.BgClassName
{
background-color: #5F3DDB;
}
</style>
border-color css
<style>
span { border-color: #5F3DDB; }
span { border-color: rgb(95,61,219); }
td.TdClassName
{
border-color: #5F3DDB;
}
.TagClassName
{
border-color: #5F3DDB;
}
</style>