Shades of Purple Heart #533ACC
Tints of Purple Heart #533ACC
RGB
CMYK
RGB Variations
Color information
#533ACC (or 0x533ACC) is known color: Purple Heart. HEX triplet: 53, 3A and CC. RGB value is (83,58,204). Sum of RGB (Red+Green+Blue) = 83+58+204=345 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.06% from 345); Green value is 58 (23.05% from 255 or 16.81% from 345); Blue value is 204 (80.08% from 255 or 59.13% from 345); Max value from RGB is 204 - color contains mainly: blue. Hex color #533ACC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533ACC is #ACC533. Grayscale: #515151. Windows color (decimal): -11322676 or 13384275. OLE color: 13384275.
HSL color Cylindrical-coordinate representation of color #533ACC: hue angle of 250.27º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #533ACC is Cyan = 0.59, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 83 | 58 | 204 | - |
| CMYK | 0.59 | 0.72 | 0 | 0.2 |
| HSL | 250.27º | 0.59% | 0.51% | - |
| HSV(B) | 250.27º | 0.72% | 0.8% | - |
| XYZ | 15.98 | 9.22 | 58.07 | - |
| YUV | 82.12 | 196.78 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 58 | 204 | 0.59 | 0.72 | 0 | 0.2 | 250.27 | 0.59 | 0.51 |
| Hex | 53 | 3A | CC | 3B | 48 | 0 | 14 | FA | 3B | 33 |
| Octal | 123 | 72 | 314 | 73 | 110 | 0 | 24 | 372 | 73 | 63 |
| Binary | 1010011 | 111010 | 11001100 | 111011 | 1001000 | 0 | 10100 | 11111010 | 111011 | 110011 |
Color Harmonies of #533ACC
Complementary color
Monochromatic Colors of #533ACC
Black with #533ACC
Text Example
Text Example
White with #533ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533ACC; }
p { color: rgb(83,58,204); }
H1.HeaderClassName
{
color: #533ACC;
}
.AnyTagClassName
{
color: #533ACC;
}
</style>
background-color css
<style>
a { background-color: #533ACC; }
a { background-color: rgb(83,58,204); }
div.DivClassName
{
background-color: #533ACC;
}
.BgClassName
{
background-color: #533ACC;
}
</style>
border-color css
<style>
span { border-color: #533ACC; }
span { border-color: rgb(83,58,204); }
td.TdClassName
{
border-color: #533ACC;
}
.TagClassName
{
border-color: #533ACC;
}
</style>