Shades of Purple Heart #533AB2
Tints of Purple Heart #533AB2
RGB
CMYK
RGB Variations
Color information
#533AB2 (or 0x533AB2) is known color: Purple Heart. HEX triplet: 53, 3A and B2. RGB value is (83,58,178). Sum of RGB (Red+Green+Blue) = 83+58+178=319 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.02% from 319); Green value is 58 (23.05% from 255 or 18.18% from 319); Blue value is 178 (69.92% from 255 or 55.80% from 319); Max value from RGB is 178 - color contains mainly: blue. Hex color #533AB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533AB2 is #ACC54D. Grayscale: #4E4E4E. Windows color (decimal): -11322702 or 11680339. OLE color: 11680339.
HSL color Cylindrical-coordinate representation of color #533AB2: hue angle of 252.5º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #533AB2 is Cyan = 0.53, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 83 | 58 | 178 | - |
| CMYK | 0.53 | 0.67 | 0 | 0.30 |
| HSL | 252.5º | 0.51% | 0.46% | - |
| HSV(B) | 252.5º | 0.67% | 0.7% | - |
| XYZ | 13.12 | 8.08 | 42.99 | - |
| YUV | 79.16 | 183.78 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 58 | 178 | 0.53 | 0.67 | 0 | 0.30 | 252.5 | 0.51 | 0.46 |
| Hex | 53 | 3A | B2 | 35 | 43 | 0 | 1E | FD | 33 | 2E |
| Octal | 123 | 72 | 262 | 65 | 103 | 0 | 36 | 375 | 63 | 56 |
| Binary | 1010011 | 111010 | 10110010 | 110101 | 1000011 | 0 | 11110 | 11111101 | 110011 | 101110 |
Color Harmonies of #533AB2
Complementary color
Monochromatic Colors of #533AB2
Black with #533AB2
Text Example
Text Example
White with #533AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533AB2; }
p { color: rgb(83,58,178); }
H1.HeaderClassName
{
color: #533AB2;
}
.AnyTagClassName
{
color: #533AB2;
}
</style>
background-color css
<style>
a { background-color: #533AB2; }
a { background-color: rgb(83,58,178); }
div.DivClassName
{
background-color: #533AB2;
}
.BgClassName
{
background-color: #533AB2;
}
</style>
border-color css
<style>
span { border-color: #533AB2; }
span { border-color: rgb(83,58,178); }
td.TdClassName
{
border-color: #533AB2;
}
.TagClassName
{
border-color: #533AB2;
}
</style>