Shades of Purple Heart #5F3BBC
Tints of Purple Heart #5F3BBC
RGB
CMYK
RGB Variations
Color information
#5F3BBC (or 0x5F3BBC) is known color: Purple Heart. HEX triplet: 5F, 3B and BC. RGB value is (95,59,188). Sum of RGB (Red+Green+Blue) = 95+59+188=342 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.78% from 342); Green value is 59 (23.44% from 255 or 17.25% from 342); Blue value is 188 (73.83% from 255 or 54.97% from 342); Max value from RGB is 188 - color contains mainly: blue. Hex color #5F3BBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F3BBC is #A0C443. Grayscale: #535353. Windows color (decimal): -10536004 or 12335967. OLE color: 12335967.
HSL color Cylindrical-coordinate representation of color #5F3BBC: hue angle of 256.74º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5F3BBC is Cyan = 0.49, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 95 | 59 | 188 | - |
| CMYK | 0.49 | 0.69 | 0 | 0.26 |
| HSL | 256.74º | 0.52% | 0.48% | - |
| HSV(B) | 256.74º | 0.69% | 0.74% | - |
| XYZ | 15.36 | 9.19 | 48.54 | - |
| YUV | 84.47 | 186.43 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 59 | 188 | 0.49 | 0.69 | 0 | 0.26 | 256.74 | 0.52 | 0.48 |
| Hex | 5F | 3B | BC | 31 | 45 | 0 | 1A | 101 | 34 | 30 |
| Octal | 137 | 73 | 274 | 61 | 105 | 0 | 32 | 401 | 64 | 60 |
| Binary | 1011111 | 111011 | 10111100 | 110001 | 1000101 | 0 | 11010 | 100000001 | 110100 | 110000 |
Color Harmonies of #5F3BBC
Complementary color
Monochromatic Colors of #5F3BBC
Black with #5F3BBC
Text Example
Text Example
White with #5F3BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F3BBC; }
p { color: rgb(95,59,188); }
H1.HeaderClassName
{
color: #5F3BBC;
}
.AnyTagClassName
{
color: #5F3BBC;
}
</style>
background-color css
<style>
a { background-color: #5F3BBC; }
a { background-color: rgb(95,59,188); }
div.DivClassName
{
background-color: #5F3BBC;
}
.BgClassName
{
background-color: #5F3BBC;
}
</style>
border-color css
<style>
span { border-color: #5F3BBC; }
span { border-color: rgb(95,59,188); }
td.TdClassName
{
border-color: #5F3BBC;
}
.TagClassName
{
border-color: #5F3BBC;
}
</style>