Shades of Purple Heart #5E21B4
Tints of Purple Heart #5E21B4
RGB
CMYK
RGB Variations
Color information
#5E21B4 (or 0x5E21B4) is known color: Purple Heart. HEX triplet: 5E, 21 and B4. RGB value is (94,33,180). Sum of RGB (Red+Green+Blue) = 94+33+180=307 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.62% from 307); Green value is 33 (13.28% from 255 or 10.75% from 307); Blue value is 180 (70.70% from 255 or 58.63% from 307); Max value from RGB is 180 - color contains mainly: blue. Hex color #5E21B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E21B4 is #A1DE4B. Grayscale: #434343. Windows color (decimal): -10608204 or 11805022. OLE color: 11805022.
HSL color Cylindrical-coordinate representation of color #5E21B4: hue angle of 264.9º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5E21B4 is Cyan = 0.48, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 94 | 33 | 180 | - |
| CMYK | 0.48 | 0.82 | 0 | 0.29 |
| HSL | 264.9º | 0.69% | 0.42% | - |
| HSV(B) | 264.9º | 0.82% | 0.71% | - |
| XYZ | 13.4 | 6.76 | 43.78 | - |
| YUV | 68 | 191.21 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 33 | 180 | 0.48 | 0.82 | 0 | 0.29 | 264.9 | 0.69 | 0.42 |
| Hex | 5E | 21 | B4 | 30 | 52 | 0 | 1D | 109 | 45 | 2A |
| Octal | 136 | 41 | 264 | 60 | 122 | 0 | 35 | 411 | 105 | 52 |
| Binary | 1011110 | 100001 | 10110100 | 110000 | 1010010 | 0 | 11101 | 100001001 | 1000101 | 101010 |
Color Harmonies of #5E21B4
Complementary color
Monochromatic Colors of #5E21B4
Black with #5E21B4
Text Example
Text Example
White with #5E21B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E21B4; }
p { color: rgb(94,33,180); }
H1.HeaderClassName
{
color: #5E21B4;
}
.AnyTagClassName
{
color: #5E21B4;
}
</style>
background-color css
<style>
a { background-color: #5E21B4; }
a { background-color: rgb(94,33,180); }
div.DivClassName
{
background-color: #5E21B4;
}
.BgClassName
{
background-color: #5E21B4;
}
</style>
border-color css
<style>
span { border-color: #5E21B4; }
span { border-color: rgb(94,33,180); }
td.TdClassName
{
border-color: #5E21B4;
}
.TagClassName
{
border-color: #5E21B4;
}
</style>