Shades of Han Purple #561CFF
Tints of Han Purple #561CFF
RGB
CMYK
RGB Variations
Color information
#561CFF (or 0x561CFF) is known color: Han Purple. HEX triplet: 56, 1C and FF. RGB value is (86,28,255). Sum of RGB (Red+Green+Blue) = 86+28+255=369 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.31% from 369); Green value is 28 (11.33% from 255 or 7.59% from 369); Blue value is 255 (100% from 255 or 69.11% from 369); Max value from RGB is 255 - color contains mainly: blue. Hex color #561CFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #561CFF is #A9E300. Grayscale: #464646. Windows color (decimal): -11133697 or 16718934. OLE color: 16718934.
HSL color Cylindrical-coordinate representation of color #561CFF: hue angle of 255.33º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #561CFF is Cyan = 0.66, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 86 | 28 | 255 | - |
| CMYK | 0.66 | 0.89 | 0 | 0 |
| HSL | 255.33º | 1% | 0.55% | - |
| HSV(B) | 255.33º | 0.89% | 1% | - |
| XYZ | 22.3 | 10.03 | 95.37 | - |
| YUV | 71.22 | 231.72 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 28 | 255 | 0.66 | 0.89 | 0 | 0 | 255.33 | 1 | 0.55 |
| Hex | 56 | 1C | FF | 42 | 59 | 0 | 0 | FF | 64 | 37 |
| Octal | 126 | 34 | 377 | 102 | 131 | 0 | 0 | 377 | 144 | 67 |
| Binary | 1010110 | 11100 | 11111111 | 1000010 | 1011001 | 0 | 0 | 11111111 | 1100100 | 110111 |
Color Harmonies of #561CFF
Complementary color
Monochromatic Colors of #561CFF
Black with #561CFF
Text Example
Text Example
White with #561CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561CFF; }
p { color: rgb(86,28,255); }
H1.HeaderClassName
{
color: #561CFF;
}
.AnyTagClassName
{
color: #561CFF;
}
</style>
background-color css
<style>
a { background-color: #561CFF; }
a { background-color: rgb(86,28,255); }
div.DivClassName
{
background-color: #561CFF;
}
.BgClassName
{
background-color: #561CFF;
}
</style>
border-color css
<style>
span { border-color: #561CFF; }
span { border-color: rgb(86,28,255); }
td.TdClassName
{
border-color: #561CFF;
}
.TagClassName
{
border-color: #561CFF;
}
</style>