Shades of Han Purple #562ADF
Tints of Han Purple #562ADF
RGB
CMYK
RGB Variations
Color information
#562ADF (or 0x562ADF) is known color: Han Purple. HEX triplet: 56, 2A and DF. RGB value is (86,42,223). Sum of RGB (Red+Green+Blue) = 86+42+223=351 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.50% from 351); Green value is 42 (16.80% from 255 or 11.97% from 351); Blue value is 223 (87.5% from 255 or 63.53% from 351); Max value from RGB is 223 - color contains mainly: blue. Hex color #562ADF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #562ADF is #A9D520. Grayscale: #4B4B4B. Windows color (decimal): -11130145 or 14625366. OLE color: 14625366.
HSL color Cylindrical-coordinate representation of color #562ADF: hue angle of 254.59º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #562ADF is Cyan = 0.61, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 42 | 223 | - |
| CMYK | 0.61 | 0.81 | 0 | 0.13 |
| HSL | 254.59º | 0.74% | 0.52% | - |
| HSV(B) | 254.59º | 0.81% | 0.87% | - |
| XYZ | 17.99 | 8.96 | 70.59 | - |
| YUV | 75.79 | 211.08 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 42 | 223 | 0.61 | 0.81 | 0 | 0.13 | 254.59 | 0.74 | 0.52 |
| Hex | 56 | 2A | DF | 3D | 51 | 0 | D | FF | 4A | 34 |
| Octal | 126 | 52 | 337 | 75 | 121 | 0 | 15 | 377 | 112 | 64 |
| Binary | 1010110 | 101010 | 11011111 | 111101 | 1010001 | 0 | 1101 | 11111111 | 1001010 | 110100 |
Color Harmonies of #562ADF
Complementary color
Monochromatic Colors of #562ADF
Black with #562ADF
Text Example
Text Example
White with #562ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562ADF; }
p { color: rgb(86,42,223); }
H1.HeaderClassName
{
color: #562ADF;
}
.AnyTagClassName
{
color: #562ADF;
}
</style>
background-color css
<style>
a { background-color: #562ADF; }
a { background-color: rgb(86,42,223); }
div.DivClassName
{
background-color: #562ADF;
}
.BgClassName
{
background-color: #562ADF;
}
</style>
border-color css
<style>
span { border-color: #562ADF; }
span { border-color: rgb(86,42,223); }
td.TdClassName
{
border-color: #562ADF;
}
.TagClassName
{
border-color: #562ADF;
}
</style>