Shades of Purple Heart #563CCD
Tints of Purple Heart #563CCD
RGB
CMYK
RGB Variations
Color information
#563CCD (or 0x563CCD) is known color: Purple Heart. HEX triplet: 56, 3C and CD. RGB value is (86,60,205). Sum of RGB (Red+Green+Blue) = 86+60+205=351 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.50% from 351); Green value is 60 (23.83% from 255 or 17.09% from 351); Blue value is 205 (80.47% from 255 or 58.40% from 351); Max value from RGB is 205 - color contains mainly: blue. Hex color #563CCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #563CCD is #A9C332. Grayscale: #535353. Windows color (decimal): -11125555 or 13450326. OLE color: 13450326.
HSL color Cylindrical-coordinate representation of color #563CCD: hue angle of 250.76º 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 #563CCD is Cyan = 0.58, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 86 | 60 | 205 | - |
| CMYK | 0.58 | 0.71 | 0 | 0.20 |
| HSL | 250.76º | 0.59% | 0.52% | - |
| HSV(B) | 250.76º | 0.71% | 0.8% | - |
| XYZ | 16.47 | 9.62 | 58.75 | - |
| YUV | 84.3 | 196.11 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 60 | 205 | 0.58 | 0.71 | 0 | 0.20 | 250.76 | 0.59 | 0.52 |
| Hex | 56 | 3C | CD | 3A | 47 | 0 | 14 | FB | 3B | 34 |
| Octal | 126 | 74 | 315 | 72 | 107 | 0 | 24 | 373 | 73 | 64 |
| Binary | 1010110 | 111100 | 11001101 | 111010 | 1000111 | 0 | 10100 | 11111011 | 111011 | 110100 |
Color Harmonies of #563CCD
Complementary color
Monochromatic Colors of #563CCD
Black with #563CCD
Text Example
Text Example
White with #563CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563CCD; }
p { color: rgb(86,60,205); }
H1.HeaderClassName
{
color: #563CCD;
}
.AnyTagClassName
{
color: #563CCD;
}
</style>
background-color css
<style>
a { background-color: #563CCD; }
a { background-color: rgb(86,60,205); }
div.DivClassName
{
background-color: #563CCD;
}
.BgClassName
{
background-color: #563CCD;
}
</style>
border-color css
<style>
span { border-color: #563CCD; }
span { border-color: rgb(86,60,205); }
td.TdClassName
{
border-color: #563CCD;
}
.TagClassName
{
border-color: #563CCD;
}
</style>