Shades of Purple Heart #5E1BB8
Tints of Purple Heart #5E1BB8
RGB
CMYK
RGB Variations
Color information
#5E1BB8 (or 0x5E1BB8) is known color: Purple Heart. HEX triplet: 5E, 1B and B8. RGB value is (94,27,184). Sum of RGB (Red+Green+Blue) = 94+27+184=305 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.82% from 305); Green value is 27 (10.94% from 255 or 8.85% from 305); Blue value is 184 (72.27% from 255 or 60.33% from 305); Max value from RGB is 184 - color contains mainly: blue. Hex color #5E1BB8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E1BB8 is #A1E447. Grayscale: #404040. Windows color (decimal): -10609736 or 12065630. OLE color: 12065630.
HSL color Cylindrical-coordinate representation of color #5E1BB8: hue angle of 265.61º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5E1BB8 is Cyan = 0.49, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 94 | 27 | 184 | - |
| CMYK | 0.49 | 0.85 | 0 | 0.28 |
| HSL | 265.61º | 0.74% | 0.41% | - |
| HSV(B) | 265.61º | 0.85% | 0.72% | - |
| XYZ | 13.66 | 6.62 | 45.91 | - |
| YUV | 64.93 | 195.2 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 27 | 184 | 0.49 | 0.85 | 0 | 0.28 | 265.61 | 0.74 | 0.41 |
| Hex | 5E | 1B | B8 | 31 | 55 | 0 | 1C | 10A | 4A | 29 |
| Octal | 136 | 33 | 270 | 61 | 125 | 0 | 34 | 412 | 112 | 51 |
| Binary | 1011110 | 11011 | 10111000 | 110001 | 1010101 | 0 | 11100 | 100001010 | 1001010 | 101001 |
Color Harmonies of #5E1BB8
Complementary color
Monochromatic Colors of #5E1BB8
Black with #5E1BB8
Text Example
Text Example
White with #5E1BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1BB8; }
p { color: rgb(94,27,184); }
H1.HeaderClassName
{
color: #5E1BB8;
}
.AnyTagClassName
{
color: #5E1BB8;
}
</style>
background-color css
<style>
a { background-color: #5E1BB8; }
a { background-color: rgb(94,27,184); }
div.DivClassName
{
background-color: #5E1BB8;
}
.BgClassName
{
background-color: #5E1BB8;
}
</style>
border-color css
<style>
span { border-color: #5E1BB8; }
span { border-color: rgb(94,27,184); }
td.TdClassName
{
border-color: #5E1BB8;
}
.TagClassName
{
border-color: #5E1BB8;
}
</style>