Shades of Purple Heart #533DCD
Tints of Purple Heart #533DCD
RGB
CMYK
RGB Variations
Color information
#533DCD (or 0x533DCD) is known color: Purple Heart. HEX triplet: 53, 3D and CD. RGB value is (83,61,205). Sum of RGB (Red+Green+Blue) = 83+61+205=349 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.78% from 349); Green value is 61 (24.22% from 255 or 17.48% from 349); Blue value is 205 (80.47% from 255 or 58.74% from 349); Max value from RGB is 205 - color contains mainly: blue. Hex color #533DCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533DCD is #ACC232. Grayscale: #535353. Windows color (decimal): -11321907 or 13450579. OLE color: 13450579.
HSL color Cylindrical-coordinate representation of color #533DCD: hue angle of 249.17º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #533DCD is Cyan = 0.60, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 61 | 205 | - |
| CMYK | 0.60 | 0.70 | 0 | 0.20 |
| HSL | 249.17º | 0.59% | 0.52% | - |
| HSV(B) | 249.17º | 0.7% | 0.8% | - |
| XYZ | 16.26 | 9.58 | 58.75 | - |
| YUV | 83.99 | 196.29 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 61 | 205 | 0.60 | 0.70 | 0 | 0.20 | 249.17 | 0.59 | 0.52 |
| Hex | 53 | 3D | CD | 3C | 46 | 0 | 14 | F9 | 3B | 34 |
| Octal | 123 | 75 | 315 | 74 | 106 | 0 | 24 | 371 | 73 | 64 |
| Binary | 1010011 | 111101 | 11001101 | 111100 | 1000110 | 0 | 10100 | 11111001 | 111011 | 110100 |
Color Harmonies of #533DCD
Complementary color
Monochromatic Colors of #533DCD
Black with #533DCD
Text Example
Text Example
White with #533DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533DCD; }
p { color: rgb(83,61,205); }
H1.HeaderClassName
{
color: #533DCD;
}
.AnyTagClassName
{
color: #533DCD;
}
</style>
background-color css
<style>
a { background-color: #533DCD; }
a { background-color: rgb(83,61,205); }
div.DivClassName
{
background-color: #533DCD;
}
.BgClassName
{
background-color: #533DCD;
}
</style>
border-color css
<style>
span { border-color: #533DCD; }
span { border-color: rgb(83,61,205); }
td.TdClassName
{
border-color: #533DCD;
}
.TagClassName
{
border-color: #533DCD;
}
</style>