Shades of Purple Heart #5F44BC
Tints of Purple Heart #5F44BC
RGB
CMYK
RGB Variations
Color information
#5F44BC (or 0x5F44BC) is known color: Purple Heart. HEX triplet: 5F, 44 and BC. RGB value is (95,68,188). Sum of RGB (Red+Green+Blue) = 95+68+188=351 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.07% from 351); Green value is 68 (26.95% from 255 or 19.37% from 351); Blue value is 188 (73.83% from 255 or 53.56% from 351); Max value from RGB is 188 - color contains mainly: blue. Hex color #5F44BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F44BC is #A0BB43. Grayscale: #595959. Windows color (decimal): -10533700 or 12338271. OLE color: 12338271.
HSL color Cylindrical-coordinate representation of color #5F44BC: hue angle of 253.5º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5F44BC is Cyan = 0.49, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 95 | 68 | 188 | - |
| CMYK | 0.49 | 0.64 | 0 | 0.26 |
| HSL | 253.5º | 0.47% | 0.5% | - |
| HSV(B) | 253.5º | 0.64% | 0.74% | - |
| XYZ | 15.86 | 10.2 | 48.71 | - |
| YUV | 89.75 | 183.45 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 68 | 188 | 0.49 | 0.64 | 0 | 0.26 | 253.5 | 0.47 | 0.5 |
| Hex | 5F | 44 | BC | 31 | 40 | 0 | 1A | FE | 2F | 32 |
| Octal | 137 | 104 | 274 | 61 | 100 | 0 | 32 | 376 | 57 | 62 |
| Binary | 1011111 | 1000100 | 10111100 | 110001 | 1000000 | 0 | 11010 | 11111110 | 101111 | 110010 |
Color Harmonies of #5F44BC
Complementary color
Monochromatic Colors of #5F44BC
Black with #5F44BC
Text Example
Text Example
White with #5F44BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F44BC; }
p { color: rgb(95,68,188); }
H1.HeaderClassName
{
color: #5F44BC;
}
.AnyTagClassName
{
color: #5F44BC;
}
</style>
background-color css
<style>
a { background-color: #5F44BC; }
a { background-color: rgb(95,68,188); }
div.DivClassName
{
background-color: #5F44BC;
}
.BgClassName
{
background-color: #5F44BC;
}
</style>
border-color css
<style>
span { border-color: #5F44BC; }
span { border-color: rgb(95,68,188); }
td.TdClassName
{
border-color: #5F44BC;
}
.TagClassName
{
border-color: #5F44BC;
}
</style>