Shades of Purple Heart #5F3BCB
Tints of Purple Heart #5F3BCB
RGB
CMYK
RGB Variations
Color information
#5F3BCB (or 0x5F3BCB) is known color: Purple Heart. HEX triplet: 5F, 3B and CB. RGB value is (95,59,203). Sum of RGB (Red+Green+Blue) = 95+59+203=357 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.61% from 357); Green value is 59 (23.44% from 255 or 16.53% from 357); Blue value is 203 (79.69% from 255 or 56.86% from 357); Max value from RGB is 203 - color contains mainly: blue. Hex color #5F3BCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F3BCB is #A0C434. Grayscale: #555555. Windows color (decimal): -10535989 or 13319007. OLE color: 13319007.
HSL color Cylindrical-coordinate representation of color #5F3BCB: hue angle of 255º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5F3BCB is Cyan = 0.53, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 95 | 59 | 203 | - |
| CMYK | 0.53 | 0.71 | 0 | 0.20 |
| HSL | 255º | 0.58% | 0.51% | - |
| HSV(B) | 255º | 0.71% | 0.8% | - |
| XYZ | 17.06 | 9.87 | 57.51 | - |
| YUV | 86.18 | 193.93 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 59 | 203 | 0.53 | 0.71 | 0 | 0.20 | 255 | 0.58 | 0.51 |
| Hex | 5F | 3B | CB | 35 | 47 | 0 | 14 | FF | 3A | 33 |
| Octal | 137 | 73 | 313 | 65 | 107 | 0 | 24 | 377 | 72 | 63 |
| Binary | 1011111 | 111011 | 11001011 | 110101 | 1000111 | 0 | 10100 | 11111111 | 111010 | 110011 |
Color Harmonies of #5F3BCB
Complementary color
Monochromatic Colors of #5F3BCB
Black with #5F3BCB
Text Example
Text Example
White with #5F3BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F3BCB; }
p { color: rgb(95,59,203); }
H1.HeaderClassName
{
color: #5F3BCB;
}
.AnyTagClassName
{
color: #5F3BCB;
}
</style>
background-color css
<style>
a { background-color: #5F3BCB; }
a { background-color: rgb(95,59,203); }
div.DivClassName
{
background-color: #5F3BCB;
}
.BgClassName
{
background-color: #5F3BCB;
}
</style>
border-color css
<style>
span { border-color: #5F3BCB; }
span { border-color: rgb(95,59,203); }
td.TdClassName
{
border-color: #5F3BCB;
}
.TagClassName
{
border-color: #5F3BCB;
}
</style>