Shades of Purple Heart #5E1BCA
Tints of Purple Heart #5E1BCA
RGB
CMYK
RGB Variations
Color information
#5E1BCA (or 0x5E1BCA) is known color: Purple Heart. HEX triplet: 5E, 1B and CA. RGB value is (94,27,202). Sum of RGB (Red+Green+Blue) = 94+27+202=323 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.10% from 323); Green value is 27 (10.94% from 255 or 8.36% from 323); Blue value is 202 (79.30% from 255 or 62.54% from 323); Max value from RGB is 202 - color contains mainly: blue. Hex color #5E1BCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E1BCA is #A1E435. Grayscale: #424242. Windows color (decimal): -10609718 or 13245278. OLE color: 13245278.
HSL color Cylindrical-coordinate representation of color #5E1BCA: hue angle of 262.97º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5E1BCA is Cyan = 0.53, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 94 | 27 | 202 | - |
| CMYK | 0.53 | 0.87 | 0 | 0.21 |
| HSL | 262.97º | 0.76% | 0.45% | - |
| HSV(B) | 262.97º | 0.87% | 0.79% | - |
| XYZ | 15.67 | 7.43 | 56.49 | - |
| YUV | 66.98 | 204.2 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 27 | 202 | 0.53 | 0.87 | 0 | 0.21 | 262.97 | 0.76 | 0.45 |
| Hex | 5E | 1B | CA | 35 | 57 | 0 | 15 | 107 | 4C | 2D |
| Octal | 136 | 33 | 312 | 65 | 127 | 0 | 25 | 407 | 114 | 55 |
| Binary | 1011110 | 11011 | 11001010 | 110101 | 1010111 | 0 | 10101 | 100000111 | 1001100 | 101101 |
Color Harmonies of #5E1BCA
Complementary color
Monochromatic Colors of #5E1BCA
Black with #5E1BCA
Text Example
Text Example
White with #5E1BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1BCA; }
p { color: rgb(94,27,202); }
H1.HeaderClassName
{
color: #5E1BCA;
}
.AnyTagClassName
{
color: #5E1BCA;
}
</style>
background-color css
<style>
a { background-color: #5E1BCA; }
a { background-color: rgb(94,27,202); }
div.DivClassName
{
background-color: #5E1BCA;
}
.BgClassName
{
background-color: #5E1BCA;
}
</style>
border-color css
<style>
span { border-color: #5E1BCA; }
span { border-color: rgb(94,27,202); }
td.TdClassName
{
border-color: #5E1BCA;
}
.TagClassName
{
border-color: #5E1BCA;
}
</style>