Shades of Han Purple #562DDF
Tints of Han Purple #562DDF
RGB
CMYK
RGB Variations
Color information
#562DDF (or 0x562DDF) is known color: Han Purple. HEX triplet: 56, 2D and DF. RGB value is (86,45,223). Sum of RGB (Red+Green+Blue) = 86+45+223=354 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.29% from 354); Green value is 45 (17.97% from 255 or 12.71% from 354); Blue value is 223 (87.5% from 255 or 62.99% from 354); Max value from RGB is 223 - color contains mainly: blue. Hex color #562DDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #562DDF is #A9D220. Grayscale: #4C4C4C. Windows color (decimal): -11129377 or 14626134. OLE color: 14626134.
HSL color Cylindrical-coordinate representation of color #562DDF: hue angle of 253.82º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #562DDF is Cyan = 0.61, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 45 | 223 | - |
| CMYK | 0.61 | 0.80 | 0 | 0.13 |
| HSL | 253.82º | 0.74% | 0.53% | - |
| HSV(B) | 253.82º | 0.8% | 0.87% | - |
| XYZ | 18.1 | 9.18 | 70.63 | - |
| YUV | 77.55 | 210.08 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 45 | 223 | 0.61 | 0.80 | 0 | 0.13 | 253.82 | 0.74 | 0.53 |
| Hex | 56 | 2D | DF | 3D | 50 | 0 | D | FE | 4A | 35 |
| Octal | 126 | 55 | 337 | 75 | 120 | 0 | 15 | 376 | 112 | 65 |
| Binary | 1010110 | 101101 | 11011111 | 111101 | 1010000 | 0 | 1101 | 11111110 | 1001010 | 110101 |
Color Harmonies of #562DDF
Complementary color
Monochromatic Colors of #562DDF
Black with #562DDF
Text Example
Text Example
White with #562DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562DDF; }
p { color: rgb(86,45,223); }
H1.HeaderClassName
{
color: #562DDF;
}
.AnyTagClassName
{
color: #562DDF;
}
</style>
background-color css
<style>
a { background-color: #562DDF; }
a { background-color: rgb(86,45,223); }
div.DivClassName
{
background-color: #562DDF;
}
.BgClassName
{
background-color: #562DDF;
}
</style>
border-color css
<style>
span { border-color: #562DDF; }
span { border-color: rgb(86,45,223); }
td.TdClassName
{
border-color: #562DDF;
}
.TagClassName
{
border-color: #562DDF;
}
</style>