Shades of Purple Heart #562CCA
Tints of Purple Heart #562CCA
RGB
CMYK
RGB Variations
Color information
#562CCA (or 0x562CCA) is known color: Purple Heart. HEX triplet: 56, 2C and CA. RGB value is (86,44,202). Sum of RGB (Red+Green+Blue) = 86+44+202=332 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.90% from 332); Green value is 44 (17.58% from 255 or 13.25% from 332); Blue value is 202 (79.30% from 255 or 60.84% from 332); Max value from RGB is 202 - color contains mainly: blue. Hex color #562CCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #562CCA is #A9D335. Grayscale: #494949. Windows color (decimal): -11129654 or 13249622. OLE color: 13249622.
HSL color Cylindrical-coordinate representation of color #562CCA: hue angle of 255.95º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #562CCA is Cyan = 0.57, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 86 | 44 | 202 | - |
| CMYK | 0.57 | 0.78 | 0 | 0.21 |
| HSL | 255.95º | 0.64% | 0.48% | - |
| HSV(B) | 255.95º | 0.78% | 0.79% | - |
| XYZ | 15.4 | 8.04 | 56.62 | - |
| YUV | 74.57 | 199.91 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 44 | 202 | 0.57 | 0.78 | 0 | 0.21 | 255.95 | 0.64 | 0.48 |
| Hex | 56 | 2C | CA | 39 | 4E | 0 | 15 | 100 | 40 | 30 |
| Octal | 126 | 54 | 312 | 71 | 116 | 0 | 25 | 400 | 100 | 60 |
| Binary | 1010110 | 101100 | 11001010 | 111001 | 1001110 | 0 | 10101 | 100000000 | 1000000 | 110000 |
Color Harmonies of #562CCA
Complementary color
Monochromatic Colors of #562CCA
Black with #562CCA
Text Example
Text Example
White with #562CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562CCA; }
p { color: rgb(86,44,202); }
H1.HeaderClassName
{
color: #562CCA;
}
.AnyTagClassName
{
color: #562CCA;
}
</style>
background-color css
<style>
a { background-color: #562CCA; }
a { background-color: rgb(86,44,202); }
div.DivClassName
{
background-color: #562CCA;
}
.BgClassName
{
background-color: #562CCA;
}
</style>
border-color css
<style>
span { border-color: #562CCA; }
span { border-color: rgb(86,44,202); }
td.TdClassName
{
border-color: #562CCA;
}
.TagClassName
{
border-color: #562CCA;
}
</style>