Shades of Han Purple #562DEF
Tints of Han Purple #562DEF
RGB
CMYK
RGB Variations
Color information
#562DEF (or 0x562DEF) is known color: Han Purple. HEX triplet: 56, 2D and EF. RGB value is (86,45,239). Sum of RGB (Red+Green+Blue) = 86+45+239=370 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.24% from 370); Green value is 45 (17.97% from 255 or 12.16% from 370); Blue value is 239 (93.75% from 255 or 64.59% from 370); Max value from RGB is 239 - color contains mainly: blue. Hex color #562DEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #562DEF is #A9D210. Grayscale: #4E4E4E. Windows color (decimal): -11129361 or 15674710. OLE color: 15674710.
HSL color Cylindrical-coordinate representation of color #562DEF: hue angle of 252.68º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #562DEF is Cyan = 0.64, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 86 | 45 | 239 | - |
| CMYK | 0.64 | 0.81 | 0 | 0.06 |
| HSL | 252.68º | 0.86% | 0.56% | - |
| HSV(B) | 252.68º | 0.81% | 0.94% | - |
| XYZ | 20.36 | 10.09 | 82.54 | - |
| YUV | 79.38 | 218.08 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 45 | 239 | 0.64 | 0.81 | 0 | 0.06 | 252.68 | 0.86 | 0.56 |
| Hex | 56 | 2D | EF | 40 | 51 | 0 | 6 | FD | 56 | 38 |
| Octal | 126 | 55 | 357 | 100 | 121 | 0 | 6 | 375 | 126 | 70 |
| Binary | 1010110 | 101101 | 11101111 | 1000000 | 1010001 | 0 | 110 | 11111101 | 1010110 | 111000 |
Color Harmonies of #562DEF
Complementary color
Monochromatic Colors of #562DEF
Black with #562DEF
Text Example
Text Example
White with #562DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562DEF; }
p { color: rgb(86,45,239); }
H1.HeaderClassName
{
color: #562DEF;
}
.AnyTagClassName
{
color: #562DEF;
}
</style>
background-color css
<style>
a { background-color: #562DEF; }
a { background-color: rgb(86,45,239); }
div.DivClassName
{
background-color: #562DEF;
}
.BgClassName
{
background-color: #562DEF;
}
</style>
border-color css
<style>
span { border-color: #562DEF; }
span { border-color: rgb(86,45,239); }
td.TdClassName
{
border-color: #562DEF;
}
.TagClassName
{
border-color: #562DEF;
}
</style>