Shades of Purple Heart #5F3CBC
Tints of Purple Heart #5F3CBC
RGB
CMYK
RGB Variations
Color information
#5F3CBC (or 0x5F3CBC) is known color: Purple Heart. HEX triplet: 5F, 3C and BC. RGB value is (95,60,188). Sum of RGB (Red+Green+Blue) = 95+60+188=343 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.70% from 343); Green value is 60 (23.83% from 255 or 17.49% from 343); Blue value is 188 (73.83% from 255 or 54.81% from 343); Max value from RGB is 188 - color contains mainly: blue. Hex color #5F3CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F3CBC is #A0C343. Grayscale: #545454. Windows color (decimal): -10535748 or 12336223. OLE color: 12336223.
HSL color Cylindrical-coordinate representation of color #5F3CBC: hue angle of 256.41º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5F3CBC is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 95 | 60 | 188 | - |
| CMYK | 0.49 | 0.68 | 0 | 0.26 |
| HSL | 256.41º | 0.52% | 0.49% | - |
| HSV(B) | 256.41º | 0.68% | 0.74% | - |
| XYZ | 15.41 | 9.3 | 48.56 | - |
| YUV | 85.06 | 186.1 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 60 | 188 | 0.49 | 0.68 | 0 | 0.26 | 256.41 | 0.52 | 0.49 |
| Hex | 5F | 3C | BC | 31 | 44 | 0 | 1A | 100 | 34 | 31 |
| Octal | 137 | 74 | 274 | 61 | 104 | 0 | 32 | 400 | 64 | 61 |
| Binary | 1011111 | 111100 | 10111100 | 110001 | 1000100 | 0 | 11010 | 100000000 | 110100 | 110001 |
Color Harmonies of #5F3CBC
Complementary color
Monochromatic Colors of #5F3CBC
Black with #5F3CBC
Text Example
Text Example
White with #5F3CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F3CBC; }
p { color: rgb(95,60,188); }
H1.HeaderClassName
{
color: #5F3CBC;
}
.AnyTagClassName
{
color: #5F3CBC;
}
</style>
background-color css
<style>
a { background-color: #5F3CBC; }
a { background-color: rgb(95,60,188); }
div.DivClassName
{
background-color: #5F3CBC;
}
.BgClassName
{
background-color: #5F3CBC;
}
</style>
border-color css
<style>
span { border-color: #5F3CBC; }
span { border-color: rgb(95,60,188); }
td.TdClassName
{
border-color: #5F3CBC;
}
.TagClassName
{
border-color: #5F3CBC;
}
</style>