Shades of Purple Heart #5A33B9
Tints of Purple Heart #5A33B9
RGB
CMYK
RGB Variations
Color information
#5A33B9 (or 0x5A33B9) is known color: Purple Heart. HEX triplet: 5A, 33 and B9. RGB value is (90,51,185). Sum of RGB (Red+Green+Blue) = 90+51+185=326 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.61% from 326); Green value is 51 (20.31% from 255 or 15.64% from 326); Blue value is 185 (72.66% from 255 or 56.75% from 326); Max value from RGB is 185 - color contains mainly: blue. Hex color #5A33B9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A33B9 is #A5CC46. Grayscale: #4D4D4D. Windows color (decimal): -10865735 or 12137306. OLE color: 12137306.
HSL color Cylindrical-coordinate representation of color #5A33B9: hue angle of 257.46º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5A33B9 is Cyan = 0.51, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 90 | 51 | 185 | - |
| CMYK | 0.51 | 0.72 | 0 | 0.27 |
| HSL | 257.46º | 0.57% | 0.46% | - |
| HSV(B) | 257.46º | 0.72% | 0.73% | - |
| XYZ | 14.16 | 8.04 | 46.71 | - |
| YUV | 77.94 | 188.42 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 51 | 185 | 0.51 | 0.72 | 0 | 0.27 | 257.46 | 0.57 | 0.46 |
| Hex | 5A | 33 | B9 | 33 | 48 | 0 | 1B | 101 | 39 | 2E |
| Octal | 132 | 63 | 271 | 63 | 110 | 0 | 33 | 401 | 71 | 56 |
| Binary | 1011010 | 110011 | 10111001 | 110011 | 1001000 | 0 | 11011 | 100000001 | 111001 | 101110 |
Color Harmonies of #5A33B9
Complementary color
Monochromatic Colors of #5A33B9
Black with #5A33B9
Text Example
Text Example
White with #5A33B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A33B9; }
p { color: rgb(90,51,185); }
H1.HeaderClassName
{
color: #5A33B9;
}
.AnyTagClassName
{
color: #5A33B9;
}
</style>
background-color css
<style>
a { background-color: #5A33B9; }
a { background-color: rgb(90,51,185); }
div.DivClassName
{
background-color: #5A33B9;
}
.BgClassName
{
background-color: #5A33B9;
}
</style>
border-color css
<style>
span { border-color: #5A33B9; }
span { border-color: rgb(90,51,185); }
td.TdClassName
{
border-color: #5A33B9;
}
.TagClassName
{
border-color: #5A33B9;
}
</style>