Shades of Purple Heart #5F27BC
Tints of Purple Heart #5F27BC
RGB
CMYK
RGB Variations
Color information
#5F27BC (or 0x5F27BC) is known color: Purple Heart. HEX triplet: 5F, 27 and BC. RGB value is (95,39,188). Sum of RGB (Red+Green+Blue) = 95+39+188=322 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.50% from 322); Green value is 39 (15.62% from 255 or 12.11% from 322); Blue value is 188 (73.83% from 255 or 58.39% from 322); Max value from RGB is 188 - color contains mainly: blue. Hex color #5F27BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F27BC is #A0D843. Grayscale: #484848. Windows color (decimal): -10541124 or 12330847. OLE color: 12330847.
HSL color Cylindrical-coordinate representation of color #5F27BC: hue angle of 262.55º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5F27BC is Cyan = 0.49, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 95 | 39 | 188 | - |
| CMYK | 0.49 | 0.79 | 0 | 0.26 |
| HSL | 262.55º | 0.66% | 0.45% | - |
| HSV(B) | 262.55º | 0.79% | 0.74% | - |
| XYZ | 14.52 | 7.51 | 48.26 | - |
| YUV | 72.73 | 193.05 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 39 | 188 | 0.49 | 0.79 | 0 | 0.26 | 262.55 | 0.66 | 0.45 |
| Hex | 5F | 27 | BC | 31 | 4F | 0 | 1A | 107 | 42 | 2D |
| Octal | 137 | 47 | 274 | 61 | 117 | 0 | 32 | 407 | 102 | 55 |
| Binary | 1011111 | 100111 | 10111100 | 110001 | 1001111 | 0 | 11010 | 100000111 | 1000010 | 101101 |
Color Harmonies of #5F27BC
Complementary color
Monochromatic Colors of #5F27BC
Black with #5F27BC
Text Example
Text Example
White with #5F27BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F27BC; }
p { color: rgb(95,39,188); }
H1.HeaderClassName
{
color: #5F27BC;
}
.AnyTagClassName
{
color: #5F27BC;
}
</style>
background-color css
<style>
a { background-color: #5F27BC; }
a { background-color: rgb(95,39,188); }
div.DivClassName
{
background-color: #5F27BC;
}
.BgClassName
{
background-color: #5F27BC;
}
</style>
border-color css
<style>
span { border-color: #5F27BC; }
span { border-color: rgb(95,39,188); }
td.TdClassName
{
border-color: #5F27BC;
}
.TagClassName
{
border-color: #5F27BC;
}
</style>