Shades of Han Purple #561CF6
Tints of Han Purple #561CF6
RGB
CMYK
RGB Variations
Color information
#561CF6 (or 0x561CF6) is known color: Han Purple. HEX triplet: 56, 1C and F6. RGB value is (86,28,246). Sum of RGB (Red+Green+Blue) = 86+28+246=360 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.89% from 360); Green value is 28 (11.33% from 255 or 7.78% from 360); Blue value is 246 (96.48% from 255 or 68.33% from 360); Max value from RGB is 246 - color contains mainly: blue. Hex color #561CF6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #561CF6 is #A9E309. Grayscale: #454545. Windows color (decimal): -11133706 or 16129110. OLE color: 16129110.
HSL color Cylindrical-coordinate representation of color #561CF6: hue angle of 255.96º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #561CF6 is Cyan = 0.65, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 86 | 28 | 246 | - |
| CMYK | 0.65 | 0.89 | 0 | 0.04 |
| HSL | 255.96º | 0.92% | 0.54% | - |
| HSV(B) | 255.96º | 0.89% | 0.96% | - |
| XYZ | 20.89 | 9.46 | 87.91 | - |
| YUV | 70.19 | 227.22 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 28 | 246 | 0.65 | 0.89 | 0 | 0.04 | 255.96 | 0.92 | 0.54 |
| Hex | 56 | 1C | F6 | 41 | 59 | 0 | 4 | 100 | 5C | 36 |
| Octal | 126 | 34 | 366 | 101 | 131 | 0 | 4 | 400 | 134 | 66 |
| Binary | 1010110 | 11100 | 11110110 | 1000001 | 1011001 | 0 | 100 | 100000000 | 1011100 | 110110 |
Color Harmonies of #561CF6
Complementary color
Monochromatic Colors of #561CF6
Black with #561CF6
Text Example
Text Example
White with #561CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561CF6; }
p { color: rgb(86,28,246); }
H1.HeaderClassName
{
color: #561CF6;
}
.AnyTagClassName
{
color: #561CF6;
}
</style>
background-color css
<style>
a { background-color: #561CF6; }
a { background-color: rgb(86,28,246); }
div.DivClassName
{
background-color: #561CF6;
}
.BgClassName
{
background-color: #561CF6;
}
</style>
border-color css
<style>
span { border-color: #561CF6; }
span { border-color: rgb(86,28,246); }
td.TdClassName
{
border-color: #561CF6;
}
.TagClassName
{
border-color: #561CF6;
}
</style>