Shades of Purple Heart #5E33B3
Tints of Purple Heart #5E33B3
RGB
CMYK
RGB Variations
Color information
#5E33B3 (or 0x5E33B3) is known color: Purple Heart. HEX triplet: 5E, 33 and B3. RGB value is (94,51,179). Sum of RGB (Red+Green+Blue) = 94+51+179=324 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.01% from 324); Green value is 51 (20.31% from 255 or 15.74% from 324); Blue value is 179 (70.31% from 255 or 55.25% from 324); Max value from RGB is 179 - color contains mainly: blue. Hex color #5E33B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E33B3 is #A1CC4C. Grayscale: #4D4D4D. Windows color (decimal): -10603597 or 11744094. OLE color: 11744094.
HSL color Cylindrical-coordinate representation of color #5E33B3: hue angle of 260.16º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5E33B3 is Cyan = 0.47, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 94 | 51 | 179 | - |
| CMYK | 0.47 | 0.72 | 0 | 0.30 |
| HSL | 260.16º | 0.56% | 0.45% | - |
| HSV(B) | 260.16º | 0.72% | 0.7% | - |
| XYZ | 13.94 | 8 | 43.46 | - |
| YUV | 78.45 | 184.75 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 51 | 179 | 0.47 | 0.72 | 0 | 0.30 | 260.16 | 0.56 | 0.45 |
| Hex | 5E | 33 | B3 | 2F | 48 | 0 | 1E | 104 | 38 | 2D |
| Octal | 136 | 63 | 263 | 57 | 110 | 0 | 36 | 404 | 70 | 55 |
| Binary | 1011110 | 110011 | 10110011 | 101111 | 1001000 | 0 | 11110 | 100000100 | 111000 | 101101 |
Color Harmonies of #5E33B3
Complementary color
Monochromatic Colors of #5E33B3
Black with #5E33B3
Text Example
Text Example
White with #5E33B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E33B3; }
p { color: rgb(94,51,179); }
H1.HeaderClassName
{
color: #5E33B3;
}
.AnyTagClassName
{
color: #5E33B3;
}
</style>
background-color css
<style>
a { background-color: #5E33B3; }
a { background-color: rgb(94,51,179); }
div.DivClassName
{
background-color: #5E33B3;
}
.BgClassName
{
background-color: #5E33B3;
}
</style>
border-color css
<style>
span { border-color: #5E33B3; }
span { border-color: rgb(94,51,179); }
td.TdClassName
{
border-color: #5E33B3;
}
.TagClassName
{
border-color: #5E33B3;
}
</style>