Shades of Purple Heart #5F1ABC
Tints of Purple Heart #5F1ABC
RGB
CMYK
RGB Variations
Color information
#5F1ABC (or 0x5F1ABC) is known color: Purple Heart. HEX triplet: 5F, 1A and BC. RGB value is (95,26,188). Sum of RGB (Red+Green+Blue) = 95+26+188=309 (40% of max value = 765). Red value is 95 (37.5% from 255 or 30.74% from 309); Green value is 26 (10.55% from 255 or 8.41% from 309); Blue value is 188 (73.83% from 255 or 60.84% from 309); Max value from RGB is 188 - color contains mainly: blue. Hex color #5F1ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F1ABC is #A0E543. Grayscale: #404040. Windows color (decimal): -10544452 or 12327519. OLE color: 12327519.
HSL color Cylindrical-coordinate representation of color #5F1ABC: hue angle of 265.56º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5F1ABC is Cyan = 0.49, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 95 | 26 | 188 | - |
| CMYK | 0.49 | 0.86 | 0 | 0.26 |
| HSL | 265.56º | 0.76% | 0.42% | - |
| HSV(B) | 265.56º | 0.86% | 0.74% | - |
| XYZ | 14.17 | 6.8 | 48.14 | - |
| YUV | 65.1 | 197.36 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 26 | 188 | 0.49 | 0.86 | 0 | 0.26 | 265.56 | 0.76 | 0.42 |
| Hex | 5F | 1A | BC | 31 | 56 | 0 | 1A | 10A | 4C | 2A |
| Octal | 137 | 32 | 274 | 61 | 126 | 0 | 32 | 412 | 114 | 52 |
| Binary | 1011111 | 11010 | 10111100 | 110001 | 1010110 | 0 | 11010 | 100001010 | 1001100 | 101010 |
Color Harmonies of #5F1ABC
Complementary color
Monochromatic Colors of #5F1ABC
Black with #5F1ABC
Text Example
Text Example
White with #5F1ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F1ABC; }
p { color: rgb(95,26,188); }
H1.HeaderClassName
{
color: #5F1ABC;
}
.AnyTagClassName
{
color: #5F1ABC;
}
</style>
background-color css
<style>
a { background-color: #5F1ABC; }
a { background-color: rgb(95,26,188); }
div.DivClassName
{
background-color: #5F1ABC;
}
.BgClassName
{
background-color: #5F1ABC;
}
</style>
border-color css
<style>
span { border-color: #5F1ABC; }
span { border-color: rgb(95,26,188); }
td.TdClassName
{
border-color: #5F1ABC;
}
.TagClassName
{
border-color: #5F1ABC;
}
</style>