Shades of Purple Heart #533BCD
Tints of Purple Heart #533BCD
RGB
CMYK
RGB Variations
Color information
#533BCD (or 0x533BCD) is known color: Purple Heart. HEX triplet: 53, 3B and CD. RGB value is (83,59,205). Sum of RGB (Red+Green+Blue) = 83+59+205=347 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.92% from 347); Green value is 59 (23.44% from 255 or 17.00% from 347); Blue value is 205 (80.47% from 255 or 59.08% from 347); Max value from RGB is 205 - color contains mainly: blue. Hex color #533BCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533BCD is #ACC432. Grayscale: #525252. Windows color (decimal): -11322419 or 13450067. OLE color: 13450067.
HSL color Cylindrical-coordinate representation of color #533BCD: hue angle of 249.86º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #533BCD is Cyan = 0.60, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 59 | 205 | - |
| CMYK | 0.60 | 0.71 | 0 | 0.20 |
| HSL | 249.86º | 0.59% | 0.52% | - |
| HSV(B) | 249.86º | 0.71% | 0.8% | - |
| XYZ | 16.15 | 9.37 | 58.72 | - |
| YUV | 82.82 | 196.95 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 59 | 205 | 0.60 | 0.71 | 0 | 0.20 | 249.86 | 0.59 | 0.52 |
| Hex | 53 | 3B | CD | 3C | 47 | 0 | 14 | FA | 3B | 34 |
| Octal | 123 | 73 | 315 | 74 | 107 | 0 | 24 | 372 | 73 | 64 |
| Binary | 1010011 | 111011 | 11001101 | 111100 | 1000111 | 0 | 10100 | 11111010 | 111011 | 110100 |
Color Harmonies of #533BCD
Complementary color
Monochromatic Colors of #533BCD
Black with #533BCD
Text Example
Text Example
White with #533BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533BCD; }
p { color: rgb(83,59,205); }
H1.HeaderClassName
{
color: #533BCD;
}
.AnyTagClassName
{
color: #533BCD;
}
</style>
background-color css
<style>
a { background-color: #533BCD; }
a { background-color: rgb(83,59,205); }
div.DivClassName
{
background-color: #533BCD;
}
.BgClassName
{
background-color: #533BCD;
}
</style>
border-color css
<style>
span { border-color: #533BCD; }
span { border-color: rgb(83,59,205); }
td.TdClassName
{
border-color: #533BCD;
}
.TagClassName
{
border-color: #533BCD;
}
</style>