Shades of Han Purple #561FEE
Tints of Han Purple #561FEE
RGB
CMYK
RGB Variations
Color information
#561FEE (or 0x561FEE) is known color: Han Purple. HEX triplet: 56, 1F and EE. RGB value is (86,31,238). Sum of RGB (Red+Green+Blue) = 86+31+238=355 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.23% from 355); Green value is 31 (12.5% from 255 or 8.73% from 355); Blue value is 238 (93.36% from 255 or 67.04% from 355); Max value from RGB is 238 - color contains mainly: blue. Hex color #561FEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #561FEE is #A9E011. Grayscale: #464646. Windows color (decimal): -11132946 or 15605590. OLE color: 15605590.
HSL color Cylindrical-coordinate representation of color #561FEE: hue angle of 255.94º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #561FEE is Cyan = 0.64, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 31 | 238 | - |
| CMYK | 0.64 | 0.87 | 0 | 0.07 |
| HSL | 255.94º | 0.86% | 0.53% | - |
| HSV(B) | 255.94º | 0.87% | 0.93% | - |
| XYZ | 19.76 | 9.13 | 81.61 | - |
| YUV | 71.04 | 222.22 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 31 | 238 | 0.64 | 0.87 | 0 | 0.07 | 255.94 | 0.86 | 0.53 |
| Hex | 56 | 1F | EE | 40 | 57 | 0 | 7 | 100 | 56 | 35 |
| Octal | 126 | 37 | 356 | 100 | 127 | 0 | 7 | 400 | 126 | 65 |
| Binary | 1010110 | 11111 | 11101110 | 1000000 | 1010111 | 0 | 111 | 100000000 | 1010110 | 110101 |
Color Harmonies of #561FEE
Complementary color
Monochromatic Colors of #561FEE
Black with #561FEE
Text Example
Text Example
White with #561FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561FEE; }
p { color: rgb(86,31,238); }
H1.HeaderClassName
{
color: #561FEE;
}
.AnyTagClassName
{
color: #561FEE;
}
</style>
background-color css
<style>
a { background-color: #561FEE; }
a { background-color: rgb(86,31,238); }
div.DivClassName
{
background-color: #561FEE;
}
.BgClassName
{
background-color: #561FEE;
}
</style>
border-color css
<style>
span { border-color: #561FEE; }
span { border-color: rgb(86,31,238); }
td.TdClassName
{
border-color: #561FEE;
}
.TagClassName
{
border-color: #561FEE;
}
</style>