Shades of Purple Heart #5F40BC
Tints of Purple Heart #5F40BC
RGB
CMYK
RGB Variations
Color information
#5F40BC (or 0x5F40BC) is known color: Purple Heart. HEX triplet: 5F, 40 and BC. RGB value is (95,64,188). Sum of RGB (Red+Green+Blue) = 95+64+188=347 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.38% from 347); Green value is 64 (25.39% from 255 or 18.44% from 347); Blue value is 188 (73.83% from 255 or 54.18% from 347); Max value from RGB is 188 - color contains mainly: blue. Hex color #5F40BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F40BC is #A0BF43. Grayscale: #565656. Windows color (decimal): -10534724 or 12337247. OLE color: 12337247.
HSL color Cylindrical-coordinate representation of color #5F40BC: hue angle of 255º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5F40BC is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 95 | 64 | 188 | - |
| CMYK | 0.49 | 0.66 | 0 | 0.26 |
| HSL | 255º | 0.49% | 0.49% | - |
| HSV(B) | 255º | 0.66% | 0.74% | - |
| XYZ | 15.63 | 9.73 | 48.63 | - |
| YUV | 87.41 | 184.77 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 64 | 188 | 0.49 | 0.66 | 0 | 0.26 | 255 | 0.49 | 0.49 |
| Hex | 5F | 40 | BC | 31 | 42 | 0 | 1A | FF | 31 | 31 |
| Octal | 137 | 100 | 274 | 61 | 102 | 0 | 32 | 377 | 61 | 61 |
| Binary | 1011111 | 1000000 | 10111100 | 110001 | 1000010 | 0 | 11010 | 11111111 | 110001 | 110001 |
Color Harmonies of #5F40BC
Complementary color
Monochromatic Colors of #5F40BC
Black with #5F40BC
Text Example
Text Example
White with #5F40BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F40BC; }
p { color: rgb(95,64,188); }
H1.HeaderClassName
{
color: #5F40BC;
}
.AnyTagClassName
{
color: #5F40BC;
}
</style>
background-color css
<style>
a { background-color: #5F40BC; }
a { background-color: rgb(95,64,188); }
div.DivClassName
{
background-color: #5F40BC;
}
.BgClassName
{
background-color: #5F40BC;
}
</style>
border-color css
<style>
span { border-color: #5F40BC; }
span { border-color: rgb(95,64,188); }
td.TdClassName
{
border-color: #5F40BC;
}
.TagClassName
{
border-color: #5F40BC;
}
</style>