Shades of Han Purple #561FED
Tints of Han Purple #561FED
RGB
CMYK
RGB Variations
Color information
#561FED (or 0x561FED) is known color: Han Purple. HEX triplet: 56, 1F and ED. RGB value is (86,31,237). Sum of RGB (Red+Green+Blue) = 86+31+237=354 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.29% from 354); Green value is 31 (12.5% from 255 or 8.76% from 354); Blue value is 237 (92.97% from 255 or 66.95% from 354); Max value from RGB is 237 - color contains mainly: blue. Hex color #561FED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #561FED is #A9E012. Grayscale: #464646. Windows color (decimal): -11132947 or 15540054. OLE color: 15540054.
HSL color Cylindrical-coordinate representation of color #561FED: hue angle of 256.02º degrees, saturation: 0.85, 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 #561FED is Cyan = 0.64, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 31 | 237 | - |
| CMYK | 0.64 | 0.87 | 0 | 0.07 |
| HSL | 256.02º | 0.85% | 0.53% | - |
| HSV(B) | 256.02º | 0.87% | 0.93% | - |
| XYZ | 19.61 | 9.07 | 80.84 | - |
| YUV | 70.93 | 221.72 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 31 | 237 | 0.64 | 0.87 | 0 | 0.07 | 256.02 | 0.85 | 0.53 |
| Hex | 56 | 1F | ED | 40 | 57 | 0 | 7 | 100 | 55 | 35 |
| Octal | 126 | 37 | 355 | 100 | 127 | 0 | 7 | 400 | 125 | 65 |
| Binary | 1010110 | 11111 | 11101101 | 1000000 | 1010111 | 0 | 111 | 100000000 | 1010101 | 110101 |
Color Harmonies of #561FED
Complementary color
Monochromatic Colors of #561FED
Black with #561FED
Text Example
Text Example
White with #561FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561FED; }
p { color: rgb(86,31,237); }
H1.HeaderClassName
{
color: #561FED;
}
.AnyTagClassName
{
color: #561FED;
}
</style>
background-color css
<style>
a { background-color: #561FED; }
a { background-color: rgb(86,31,237); }
div.DivClassName
{
background-color: #561FED;
}
.BgClassName
{
background-color: #561FED;
}
</style>
border-color css
<style>
span { border-color: #561FED; }
span { border-color: rgb(86,31,237); }
td.TdClassName
{
border-color: #561FED;
}
.TagClassName
{
border-color: #561FED;
}
</style>