Shades of Purple Heart #5F3FB9
Tints of Purple Heart #5F3FB9
RGB
CMYK
RGB Variations
Color information
#5F3FB9 (or 0x5F3FB9) is known color: Purple Heart. HEX triplet: 5F, 3F and B9. RGB value is (95,63,185). Sum of RGB (Red+Green+Blue) = 95+63+185=343 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.70% from 343); Green value is 63 (25% from 255 or 18.37% from 343); Blue value is 185 (72.66% from 255 or 53.94% from 343); Max value from RGB is 185 - color contains mainly: blue. Hex color #5F3FB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F3FB9 is #A0C046. Grayscale: #565656. Windows color (decimal): -10534983 or 12140383. OLE color: 12140383.
HSL color Cylindrical-coordinate representation of color #5F3FB9: hue angle of 255.74º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5F3FB9 is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 95 | 63 | 185 | - |
| CMYK | 0.49 | 0.66 | 0 | 0.27 |
| HSL | 255.74º | 0.49% | 0.49% | - |
| HSV(B) | 255.74º | 0.66% | 0.73% | - |
| XYZ | 15.25 | 9.49 | 46.93 | - |
| YUV | 86.48 | 183.6 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 63 | 185 | 0.49 | 0.66 | 0 | 0.27 | 255.74 | 0.49 | 0.49 |
| Hex | 5F | 3F | B9 | 31 | 42 | 0 | 1B | 100 | 31 | 31 |
| Octal | 137 | 77 | 271 | 61 | 102 | 0 | 33 | 400 | 61 | 61 |
| Binary | 1011111 | 111111 | 10111001 | 110001 | 1000010 | 0 | 11011 | 100000000 | 110001 | 110001 |
Color Harmonies of #5F3FB9
Complementary color
Monochromatic Colors of #5F3FB9
Black with #5F3FB9
Text Example
Text Example
White with #5F3FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F3FB9; }
p { color: rgb(95,63,185); }
H1.HeaderClassName
{
color: #5F3FB9;
}
.AnyTagClassName
{
color: #5F3FB9;
}
</style>
background-color css
<style>
a { background-color: #5F3FB9; }
a { background-color: rgb(95,63,185); }
div.DivClassName
{
background-color: #5F3FB9;
}
.BgClassName
{
background-color: #5F3FB9;
}
</style>
border-color css
<style>
span { border-color: #5F3FB9; }
span { border-color: rgb(95,63,185); }
td.TdClassName
{
border-color: #5F3FB9;
}
.TagClassName
{
border-color: #5F3FB9;
}
</style>