Shades of Han Purple #561AFE
Tints of Han Purple #561AFE
RGB
CMYK
RGB Variations
Color information
#561AFE (or 0x561AFE) is known color: Han Purple. HEX triplet: 56, 1A and FE. RGB value is (86,26,254). Sum of RGB (Red+Green+Blue) = 86+26+254=366 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.50% from 366); Green value is 26 (10.55% from 255 or 7.10% from 366); Blue value is 254 (99.61% from 255 or 69.40% from 366); Max value from RGB is 254 - color contains mainly: blue. Hex color #561AFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #561AFE is #A9E501. Grayscale: #454545. Windows color (decimal): -11134210 or 16652886. OLE color: 16652886.
HSL color Cylindrical-coordinate representation of color #561AFE: hue angle of 255.79º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #561AFE is Cyan = 0.66, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 86 | 26 | 254 | - |
| CMYK | 0.66 | 0.90 | 0 | 0.00 |
| HSL | 255.79º | 0.99% | 0.55% | - |
| HSV(B) | 255.79º | 0.9% | 1% | - |
| XYZ | 22.1 | 9.87 | 94.51 | - |
| YUV | 69.93 | 231.88 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 26 | 254 | 0.66 | 0.90 | 0 | 0.00 | 255.79 | 0.99 | 0.55 |
| Hex | 56 | 1A | FE | 42 | 5A | 0 | 0 | 100 | 63 | 37 |
| Octal | 126 | 32 | 376 | 102 | 132 | 0 | 0 | 400 | 143 | 67 |
| Binary | 1010110 | 11010 | 11111110 | 1000010 | 1011010 | 0 | 0 | 100000000 | 1100011 | 110111 |
Color Harmonies of #561AFE
Complementary color
Monochromatic Colors of #561AFE
Black with #561AFE
Text Example
Text Example
White with #561AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561AFE; }
p { color: rgb(86,26,254); }
H1.HeaderClassName
{
color: #561AFE;
}
.AnyTagClassName
{
color: #561AFE;
}
</style>
background-color css
<style>
a { background-color: #561AFE; }
a { background-color: rgb(86,26,254); }
div.DivClassName
{
background-color: #561AFE;
}
.BgClassName
{
background-color: #561AFE;
}
</style>
border-color css
<style>
span { border-color: #561AFE; }
span { border-color: rgb(86,26,254); }
td.TdClassName
{
border-color: #561AFE;
}
.TagClassName
{
border-color: #561AFE;
}
</style>