Shades of Han Purple #561ADF
Tints of Han Purple #561ADF
RGB
CMYK
RGB Variations
Color information
#561ADF (or 0x561ADF) is known color: Han Purple. HEX triplet: 56, 1A and DF. RGB value is (86,26,223). Sum of RGB (Red+Green+Blue) = 86+26+223=335 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.67% from 335); Green value is 26 (10.55% from 255 or 7.76% from 335); Blue value is 223 (87.5% from 255 or 66.57% from 335); Max value from RGB is 223 - color contains mainly: blue. Hex color #561ADF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #561ADF is #A9E520. Grayscale: #414141. Windows color (decimal): -11134241 or 14621270. OLE color: 14621270.
HSL color Cylindrical-coordinate representation of color #561ADF: hue angle of 258.27º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #561ADF is Cyan = 0.61, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 26 | 223 | - |
| CMYK | 0.61 | 0.88 | 0 | 0.13 |
| HSL | 258.27º | 0.79% | 0.49% | - |
| HSV(B) | 258.27º | 0.88% | 0.87% | - |
| XYZ | 17.53 | 8.04 | 70.44 | - |
| YUV | 66.4 | 216.38 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 26 | 223 | 0.61 | 0.88 | 0 | 0.13 | 258.27 | 0.79 | 0.49 |
| Hex | 56 | 1A | DF | 3D | 58 | 0 | D | 102 | 4F | 31 |
| Octal | 126 | 32 | 337 | 75 | 130 | 0 | 15 | 402 | 117 | 61 |
| Binary | 1010110 | 11010 | 11011111 | 111101 | 1011000 | 0 | 1101 | 100000010 | 1001111 | 110001 |
Color Harmonies of #561ADF
Complementary color
Monochromatic Colors of #561ADF
Black with #561ADF
Text Example
Text Example
White with #561ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561ADF; }
p { color: rgb(86,26,223); }
H1.HeaderClassName
{
color: #561ADF;
}
.AnyTagClassName
{
color: #561ADF;
}
</style>
background-color css
<style>
a { background-color: #561ADF; }
a { background-color: rgb(86,26,223); }
div.DivClassName
{
background-color: #561ADF;
}
.BgClassName
{
background-color: #561ADF;
}
</style>
border-color css
<style>
span { border-color: #561ADF; }
span { border-color: rgb(86,26,223); }
td.TdClassName
{
border-color: #561ADF;
}
.TagClassName
{
border-color: #561ADF;
}
</style>