Shades of Purple Heart #5F3DB9
Tints of Purple Heart #5F3DB9
RGB
CMYK
RGB Variations
Color information
#5F3DB9 (or 0x5F3DB9) is known color: Purple Heart. HEX triplet: 5F, 3D and B9. RGB value is (95,61,185). Sum of RGB (Red+Green+Blue) = 95+61+185=341 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.86% from 341); Green value is 61 (24.22% from 255 or 17.89% from 341); Blue value is 185 (72.66% from 255 or 54.25% from 341); Max value from RGB is 185 - color contains mainly: blue. Hex color #5F3DB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F3DB9 is #A0C246. Grayscale: #545454. Windows color (decimal): -10535495 or 12139871. OLE color: 12139871.
HSL color Cylindrical-coordinate representation of color #5F3DB9: hue angle of 256.45º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5F3DB9 is Cyan = 0.49, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 95 | 61 | 185 | - |
| CMYK | 0.49 | 0.67 | 0 | 0.27 |
| HSL | 256.45º | 0.5% | 0.48% | - |
| HSV(B) | 256.45º | 0.67% | 0.73% | - |
| XYZ | 15.15 | 9.27 | 46.89 | - |
| YUV | 85.3 | 184.26 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 61 | 185 | 0.49 | 0.67 | 0 | 0.27 | 256.45 | 0.5 | 0.48 |
| Hex | 5F | 3D | B9 | 31 | 43 | 0 | 1B | 100 | 32 | 30 |
| Octal | 137 | 75 | 271 | 61 | 103 | 0 | 33 | 400 | 62 | 60 |
| Binary | 1011111 | 111101 | 10111001 | 110001 | 1000011 | 0 | 11011 | 100000000 | 110010 | 110000 |
Color Harmonies of #5F3DB9
Complementary color
Monochromatic Colors of #5F3DB9
Black with #5F3DB9
Text Example
Text Example
White with #5F3DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F3DB9; }
p { color: rgb(95,61,185); }
H1.HeaderClassName
{
color: #5F3DB9;
}
.AnyTagClassName
{
color: #5F3DB9;
}
</style>
background-color css
<style>
a { background-color: #5F3DB9; }
a { background-color: rgb(95,61,185); }
div.DivClassName
{
background-color: #5F3DB9;
}
.BgClassName
{
background-color: #5F3DB9;
}
</style>
border-color css
<style>
span { border-color: #5F3DB9; }
span { border-color: rgb(95,61,185); }
td.TdClassName
{
border-color: #5F3DB9;
}
.TagClassName
{
border-color: #5F3DB9;
}
</style>