Shades of Purple Heart #562ACC
Tints of Purple Heart #562ACC
RGB
CMYK
RGB Variations
Color information
#562ACC (or 0x562ACC) is known color: Purple Heart. HEX triplet: 56, 2A and CC. RGB value is (86,42,204). Sum of RGB (Red+Green+Blue) = 86+42+204=332 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.90% from 332); Green value is 42 (16.80% from 255 or 12.65% from 332); Blue value is 204 (80.08% from 255 or 61.45% from 332); Max value from RGB is 204 - color contains mainly: blue. Hex color #562ACC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #562ACC is #A9D533. Grayscale: #494949. Windows color (decimal): -11130164 or 13380182. OLE color: 13380182.
HSL color Cylindrical-coordinate representation of color #562ACC: hue angle of 256.3º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #562ACC is Cyan = 0.58, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 86 | 42 | 204 | - |
| CMYK | 0.58 | 0.79 | 0 | 0.2 |
| HSL | 256.3º | 0.66% | 0.48% | - |
| HSV(B) | 256.3º | 0.79% | 0.8% | - |
| XYZ | 15.56 | 7.99 | 57.85 | - |
| YUV | 73.62 | 201.58 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 42 | 204 | 0.58 | 0.79 | 0 | 0.2 | 256.3 | 0.66 | 0.48 |
| Hex | 56 | 2A | CC | 3A | 4F | 0 | 14 | 100 | 42 | 30 |
| Octal | 126 | 52 | 314 | 72 | 117 | 0 | 24 | 400 | 102 | 60 |
| Binary | 1010110 | 101010 | 11001100 | 111010 | 1001111 | 0 | 10100 | 100000000 | 1000010 | 110000 |
Color Harmonies of #562ACC
Complementary color
Monochromatic Colors of #562ACC
Black with #562ACC
Text Example
Text Example
White with #562ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562ACC; }
p { color: rgb(86,42,204); }
H1.HeaderClassName
{
color: #562ACC;
}
.AnyTagClassName
{
color: #562ACC;
}
</style>
background-color css
<style>
a { background-color: #562ACC; }
a { background-color: rgb(86,42,204); }
div.DivClassName
{
background-color: #562ACC;
}
.BgClassName
{
background-color: #562ACC;
}
</style>
border-color css
<style>
span { border-color: #562ACC; }
span { border-color: rgb(86,42,204); }
td.TdClassName
{
border-color: #562ACC;
}
.TagClassName
{
border-color: #562ACC;
}
</style>