Shades of Han Purple #561EFF
Tints of Han Purple #561EFF
RGB
CMYK
RGB Variations
Color information
#561EFF (or 0x561EFF) is known color: Han Purple. HEX triplet: 56, 1E and FF. RGB value is (86,30,255). Sum of RGB (Red+Green+Blue) = 86+30+255=371 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.18% from 371); Green value is 30 (12.11% from 255 or 8.09% from 371); Blue value is 255 (100% from 255 or 68.73% from 371); Max value from RGB is 255 - color contains mainly: blue. Hex color #561EFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #561EFF is #A9E100. Grayscale: #474747. Windows color (decimal): -11133185 or 16719446. OLE color: 16719446.
HSL color Cylindrical-coordinate representation of color #561EFF: hue angle of 254.93º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #561EFF is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 86 | 30 | 255 | - |
| CMYK | 0.66 | 0.88 | 0 | 0 |
| HSL | 254.93º | 1% | 0.56% | - |
| HSV(B) | 254.93º | 0.88% | 1% | - |
| XYZ | 22.35 | 10.13 | 95.38 | - |
| YUV | 72.39 | 231.05 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 30 | 255 | 0.66 | 0.88 | 0 | 0 | 254.93 | 1 | 0.56 |
| Hex | 56 | 1E | FF | 42 | 58 | 0 | 0 | FF | 64 | 38 |
| Octal | 126 | 36 | 377 | 102 | 130 | 0 | 0 | 377 | 144 | 70 |
| Binary | 1010110 | 11110 | 11111111 | 1000010 | 1011000 | 0 | 0 | 11111111 | 1100100 | 111000 |
Color Harmonies of #561EFF
Complementary color
Monochromatic Colors of #561EFF
Black with #561EFF
Text Example
Text Example
White with #561EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561EFF; }
p { color: rgb(86,30,255); }
H1.HeaderClassName
{
color: #561EFF;
}
.AnyTagClassName
{
color: #561EFF;
}
</style>
background-color css
<style>
a { background-color: #561EFF; }
a { background-color: rgb(86,30,255); }
div.DivClassName
{
background-color: #561EFF;
}
.BgClassName
{
background-color: #561EFF;
}
</style>
border-color css
<style>
span { border-color: #561EFF; }
span { border-color: rgb(86,30,255); }
td.TdClassName
{
border-color: #561EFF;
}
.TagClassName
{
border-color: #561EFF;
}
</style>