Shades of Purple Heart #533AB9
Tints of Purple Heart #533AB9
RGB
CMYK
RGB Variations
Color information
#533AB9 (or 0x533AB9) is known color: Purple Heart. HEX triplet: 53, 3A and B9. RGB value is (83,58,185). Sum of RGB (Red+Green+Blue) = 83+58+185=326 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.46% from 326); Green value is 58 (23.05% from 255 or 17.79% 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 #533AB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533AB9 is #ACC546. Grayscale: #4F4F4F. Windows color (decimal): -11322695 or 12139091. OLE color: 12139091.
HSL color Cylindrical-coordinate representation of color #533AB9: hue angle of 251.81º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #533AB9 is Cyan = 0.55, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 83 | 58 | 185 | - |
| CMYK | 0.55 | 0.69 | 0 | 0.27 |
| HSL | 251.81º | 0.52% | 0.48% | - |
| HSV(B) | 251.81º | 0.69% | 0.73% | - |
| XYZ | 13.84 | 8.37 | 46.78 | - |
| YUV | 79.95 | 187.28 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 58 | 185 | 0.55 | 0.69 | 0 | 0.27 | 251.81 | 0.52 | 0.48 |
| Hex | 53 | 3A | B9 | 37 | 45 | 0 | 1B | FC | 34 | 30 |
| Octal | 123 | 72 | 271 | 67 | 105 | 0 | 33 | 374 | 64 | 60 |
| Binary | 1010011 | 111010 | 10111001 | 110111 | 1000101 | 0 | 11011 | 11111100 | 110100 | 110000 |
Color Harmonies of #533AB9
Complementary color
Monochromatic Colors of #533AB9
Black with #533AB9
Text Example
Text Example
White with #533AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533AB9; }
p { color: rgb(83,58,185); }
H1.HeaderClassName
{
color: #533AB9;
}
.AnyTagClassName
{
color: #533AB9;
}
</style>
background-color css
<style>
a { background-color: #533AB9; }
a { background-color: rgb(83,58,185); }
div.DivClassName
{
background-color: #533AB9;
}
.BgClassName
{
background-color: #533AB9;
}
</style>
border-color css
<style>
span { border-color: #533AB9; }
span { border-color: rgb(83,58,185); }
td.TdClassName
{
border-color: #533AB9;
}
.TagClassName
{
border-color: #533AB9;
}
</style>