Shades of Purple Heart #533AB5
Tints of Purple Heart #533AB5
RGB
CMYK
RGB Variations
Color information
#533AB5 (or 0x533AB5) is known color: Purple Heart. HEX triplet: 53, 3A and B5. RGB value is (83,58,181). Sum of RGB (Red+Green+Blue) = 83+58+181=322 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.78% from 322); Green value is 58 (23.05% from 255 or 18.01% from 322); Blue value is 181 (71.09% from 255 or 56.21% from 322); Max value from RGB is 181 - color contains mainly: blue. Hex color #533AB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533AB5 is #ACC54A. Grayscale: #4F4F4F. Windows color (decimal): -11322699 or 11876947. OLE color: 11876947.
HSL color Cylindrical-coordinate representation of color #533AB5: hue angle of 252.2º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #533AB5 is Cyan = 0.54, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 83 | 58 | 181 | - |
| CMYK | 0.54 | 0.68 | 0 | 0.29 |
| HSL | 252.2º | 0.51% | 0.47% | - |
| HSV(B) | 252.2º | 0.68% | 0.71% | - |
| XYZ | 13.42 | 8.2 | 44.59 | - |
| YUV | 79.5 | 185.28 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 58 | 181 | 0.54 | 0.68 | 0 | 0.29 | 252.2 | 0.51 | 0.47 |
| Hex | 53 | 3A | B5 | 36 | 44 | 0 | 1D | FC | 33 | 2F |
| Octal | 123 | 72 | 265 | 66 | 104 | 0 | 35 | 374 | 63 | 57 |
| Binary | 1010011 | 111010 | 10110101 | 110110 | 1000100 | 0 | 11101 | 11111100 | 110011 | 101111 |
Color Harmonies of #533AB5
Complementary color
Monochromatic Colors of #533AB5
Black with #533AB5
Text Example
Text Example
White with #533AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533AB5; }
p { color: rgb(83,58,181); }
H1.HeaderClassName
{
color: #533AB5;
}
.AnyTagClassName
{
color: #533AB5;
}
</style>
background-color css
<style>
a { background-color: #533AB5; }
a { background-color: rgb(83,58,181); }
div.DivClassName
{
background-color: #533AB5;
}
.BgClassName
{
background-color: #533AB5;
}
</style>
border-color css
<style>
span { border-color: #533AB5; }
span { border-color: rgb(83,58,181); }
td.TdClassName
{
border-color: #533AB5;
}
.TagClassName
{
border-color: #533AB5;
}
</style>