Shades of Purple Heart #533ABA
Tints of Purple Heart #533ABA
RGB
CMYK
RGB Variations
Color information
#533ABA (or 0x533ABA) is known color: Purple Heart. HEX triplet: 53, 3A and BA. RGB value is (83,58,186). Sum of RGB (Red+Green+Blue) = 83+58+186=327 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.38% from 327); Green value is 58 (23.05% from 255 or 17.74% from 327); Blue value is 186 (73.05% from 255 or 56.88% from 327); Max value from RGB is 186 - color contains mainly: blue. Hex color #533ABA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533ABA is #ACC545. Grayscale: #4F4F4F. Windows color (decimal): -11322694 or 12204627. OLE color: 12204627.
HSL color Cylindrical-coordinate representation of color #533ABA: hue angle of 251.72º 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 #533ABA is Cyan = 0.55, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 83 | 58 | 186 | - |
| CMYK | 0.55 | 0.69 | 0 | 0.27 |
| HSL | 251.72º | 0.52% | 0.48% | - |
| HSV(B) | 251.72º | 0.69% | 0.73% | - |
| XYZ | 13.94 | 8.41 | 47.34 | - |
| YUV | 80.07 | 187.78 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 58 | 186 | 0.55 | 0.69 | 0 | 0.27 | 251.72 | 0.52 | 0.48 |
| Hex | 53 | 3A | BA | 37 | 45 | 0 | 1B | FC | 34 | 30 |
| Octal | 123 | 72 | 272 | 67 | 105 | 0 | 33 | 374 | 64 | 60 |
| Binary | 1010011 | 111010 | 10111010 | 110111 | 1000101 | 0 | 11011 | 11111100 | 110100 | 110000 |
Color Harmonies of #533ABA
Complementary color
Monochromatic Colors of #533ABA
Black with #533ABA
Text Example
Text Example
White with #533ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533ABA; }
p { color: rgb(83,58,186); }
H1.HeaderClassName
{
color: #533ABA;
}
.AnyTagClassName
{
color: #533ABA;
}
</style>
background-color css
<style>
a { background-color: #533ABA; }
a { background-color: rgb(83,58,186); }
div.DivClassName
{
background-color: #533ABA;
}
.BgClassName
{
background-color: #533ABA;
}
</style>
border-color css
<style>
span { border-color: #533ABA; }
span { border-color: rgb(83,58,186); }
td.TdClassName
{
border-color: #533ABA;
}
.TagClassName
{
border-color: #533ABA;
}
</style>