Shades of Purple Heart #533AB6
Tints of Purple Heart #533AB6
RGB
CMYK
RGB Variations
Color information
#533AB6 (or 0x533AB6) is known color: Purple Heart. HEX triplet: 53, 3A and B6. RGB value is (83,58,182). Sum of RGB (Red+Green+Blue) = 83+58+182=323 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.70% from 323); Green value is 58 (23.05% from 255 or 17.96% from 323); Blue value is 182 (71.48% from 255 or 56.35% from 323); Max value from RGB is 182 - color contains mainly: blue. Hex color #533AB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533AB6 is #ACC549. Grayscale: #4F4F4F. Windows color (decimal): -11322698 or 11942483. OLE color: 11942483.
HSL color Cylindrical-coordinate representation of color #533AB6: hue angle of 252.1º degrees, saturation: 0.52, 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 #533AB6 is Cyan = 0.54, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 83 | 58 | 182 | - |
| CMYK | 0.54 | 0.68 | 0 | 0.29 |
| HSL | 252.1º | 0.52% | 0.47% | - |
| HSV(B) | 252.1º | 0.68% | 0.71% | - |
| XYZ | 13.52 | 8.24 | 45.13 | - |
| YUV | 79.61 | 185.78 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 58 | 182 | 0.54 | 0.68 | 0 | 0.29 | 252.1 | 0.52 | 0.47 |
| Hex | 53 | 3A | B6 | 36 | 44 | 0 | 1D | FC | 34 | 2F |
| Octal | 123 | 72 | 266 | 66 | 104 | 0 | 35 | 374 | 64 | 57 |
| Binary | 1010011 | 111010 | 10110110 | 110110 | 1000100 | 0 | 11101 | 11111100 | 110100 | 101111 |
Color Harmonies of #533AB6
Complementary color
Monochromatic Colors of #533AB6
Black with #533AB6
Text Example
Text Example
White with #533AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533AB6; }
p { color: rgb(83,58,182); }
H1.HeaderClassName
{
color: #533AB6;
}
.AnyTagClassName
{
color: #533AB6;
}
</style>
background-color css
<style>
a { background-color: #533AB6; }
a { background-color: rgb(83,58,182); }
div.DivClassName
{
background-color: #533AB6;
}
.BgClassName
{
background-color: #533AB6;
}
</style>
border-color css
<style>
span { border-color: #533AB6; }
span { border-color: rgb(83,58,182); }
td.TdClassName
{
border-color: #533AB6;
}
.TagClassName
{
border-color: #533AB6;
}
</style>