Shades of Purple Heart #533ACE
Tints of Purple Heart #533ACE
RGB
CMYK
RGB Variations
Color information
#533ACE (or 0x533ACE) is known color: Purple Heart. HEX triplet: 53, 3A and CE. RGB value is (83,58,206). Sum of RGB (Red+Green+Blue) = 83+58+206=347 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.92% from 347); Green value is 58 (23.05% from 255 or 16.71% from 347); Blue value is 206 (80.86% from 255 or 59.37% from 347); Max value from RGB is 206 - color contains mainly: blue. Hex color #533ACE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533ACE is #ACC531. Grayscale: #515151. Windows color (decimal): -11322674 or 13515347. OLE color: 13515347.
HSL color Cylindrical-coordinate representation of color #533ACE: hue angle of 250.14º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #533ACE is Cyan = 0.60, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 58 | 206 | - |
| CMYK | 0.60 | 0.72 | 0 | 0.19 |
| HSL | 250.14º | 0.6% | 0.52% | - |
| HSV(B) | 250.14º | 0.72% | 0.81% | - |
| XYZ | 16.22 | 9.32 | 59.34 | - |
| YUV | 82.35 | 197.78 | 128.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 58 | 206 | 0.60 | 0.72 | 0 | 0.19 | 250.14 | 0.6 | 0.52 |
| Hex | 53 | 3A | CE | 3C | 48 | 0 | 13 | FA | 3C | 34 |
| Octal | 123 | 72 | 316 | 74 | 110 | 0 | 23 | 372 | 74 | 64 |
| Binary | 1010011 | 111010 | 11001110 | 111100 | 1001000 | 0 | 10011 | 11111010 | 111100 | 110100 |
Color Harmonies of #533ACE
Complementary color
Monochromatic Colors of #533ACE
Black with #533ACE
Text Example
Text Example
White with #533ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533ACE; }
p { color: rgb(83,58,206); }
H1.HeaderClassName
{
color: #533ACE;
}
.AnyTagClassName
{
color: #533ACE;
}
</style>
background-color css
<style>
a { background-color: #533ACE; }
a { background-color: rgb(83,58,206); }
div.DivClassName
{
background-color: #533ACE;
}
.BgClassName
{
background-color: #533ACE;
}
</style>
border-color css
<style>
span { border-color: #533ACE; }
span { border-color: rgb(83,58,206); }
td.TdClassName
{
border-color: #533ACE;
}
.TagClassName
{
border-color: #533ACE;
}
</style>