Shades of Han Purple #561CE1
Tints of Han Purple #561CE1
RGB
CMYK
RGB Variations
Color information
#561CE1 (or 0x561CE1) is known color: Han Purple. HEX triplet: 56, 1C and E1. RGB value is (86,28,225). Sum of RGB (Red+Green+Blue) = 86+28+225=339 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.37% from 339); Green value is 28 (11.33% from 255 or 8.26% from 339); Blue value is 225 (88.28% from 255 or 66.37% from 339); Max value from RGB is 225 - color contains mainly: blue. Hex color #561CE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #561CE1 is #A9E31E. Grayscale: #434343. Windows color (decimal): -11133727 or 14752854. OLE color: 14752854.
HSL color Cylindrical-coordinate representation of color #561CE1: hue angle of 257.66º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #561CE1 is Cyan = 0.62, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 86 | 28 | 225 | - |
| CMYK | 0.62 | 0.88 | 0 | 0.12 |
| HSL | 257.67º | 0.78% | 0.5% | - |
| HSV(B) | 257.67º | 0.88% | 0.88% | - |
| XYZ | 17.84 | 8.25 | 71.89 | - |
| YUV | 67.8 | 216.72 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 28 | 225 | 0.62 | 0.88 | 0 | 0.12 | 257.67 | 0.78 | 0.5 |
| Hex | 56 | 1C | E1 | 3E | 58 | 0 | C | 102 | 4E | 32 |
| Octal | 126 | 34 | 341 | 76 | 130 | 0 | 14 | 402 | 116 | 62 |
| Binary | 1010110 | 11100 | 11100001 | 111110 | 1011000 | 0 | 1100 | 100000010 | 1001110 | 110010 |
Color Harmonies of #561CE1
Complementary color
Monochromatic Colors of #561CE1
Black with #561CE1
Text Example
Text Example
White with #561CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561CE1; }
p { color: rgb(86,28,225); }
H1.HeaderClassName
{
color: #561CE1;
}
.AnyTagClassName
{
color: #561CE1;
}
</style>
background-color css
<style>
a { background-color: #561CE1; }
a { background-color: rgb(86,28,225); }
div.DivClassName
{
background-color: #561CE1;
}
.BgClassName
{
background-color: #561CE1;
}
</style>
border-color css
<style>
span { border-color: #561CE1; }
span { border-color: rgb(86,28,225); }
td.TdClassName
{
border-color: #561CE1;
}
.TagClassName
{
border-color: #561CE1;
}
</style>