Shades of Purple Heart #533CCD
Tints of Purple Heart #533CCD
RGB
CMYK
RGB Variations
Color information
#533CCD (or 0x533CCD) is known color: Purple Heart. HEX triplet: 53, 3C and CD. RGB value is (83,60,205). Sum of RGB (Red+Green+Blue) = 83+60+205=348 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.85% from 348); Green value is 60 (23.83% from 255 or 17.24% from 348); Blue value is 205 (80.47% from 255 or 58.91% from 348); Max value from RGB is 205 - color contains mainly: blue. Hex color #533CCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533CCD is #ACC332. Grayscale: #525252. Windows color (decimal): -11322163 or 13450323. OLE color: 13450323.
HSL color Cylindrical-coordinate representation of color #533CCD: hue angle of 249.52º 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 #533CCD is Cyan = 0.60, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 60 | 205 | - |
| CMYK | 0.60 | 0.71 | 0 | 0.20 |
| HSL | 249.52º | 0.59% | 0.52% | - |
| HSV(B) | 249.52º | 0.71% | 0.8% | - |
| XYZ | 16.2 | 9.48 | 58.73 | - |
| YUV | 83.41 | 196.62 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 60 | 205 | 0.60 | 0.71 | 0 | 0.20 | 249.52 | 0.59 | 0.52 |
| Hex | 53 | 3C | CD | 3C | 47 | 0 | 14 | FA | 3B | 34 |
| Octal | 123 | 74 | 315 | 74 | 107 | 0 | 24 | 372 | 73 | 64 |
| Binary | 1010011 | 111100 | 11001101 | 111100 | 1000111 | 0 | 10100 | 11111010 | 111011 | 110100 |
Color Harmonies of #533CCD
Complementary color
Monochromatic Colors of #533CCD
Black with #533CCD
Text Example
Text Example
White with #533CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533CCD; }
p { color: rgb(83,60,205); }
H1.HeaderClassName
{
color: #533CCD;
}
.AnyTagClassName
{
color: #533CCD;
}
</style>
background-color css
<style>
a { background-color: #533CCD; }
a { background-color: rgb(83,60,205); }
div.DivClassName
{
background-color: #533CCD;
}
.BgClassName
{
background-color: #533CCD;
}
</style>
border-color css
<style>
span { border-color: #533CCD; }
span { border-color: rgb(83,60,205); }
td.TdClassName
{
border-color: #533CCD;
}
.TagClassName
{
border-color: #533CCD;
}
</style>