Shades of Han Purple #561CF4
Tints of Han Purple #561CF4
RGB
CMYK
RGB Variations
Color information
#561CF4 (or 0x561CF4) is known color: Han Purple. HEX triplet: 56, 1C and F4. RGB value is (86,28,244). Sum of RGB (Red+Green+Blue) = 86+28+244=358 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.02% from 358); Green value is 28 (11.33% from 255 or 7.82% from 358); Blue value is 244 (95.70% from 255 or 68.16% from 358); Max value from RGB is 244 - color contains mainly: blue. Hex color #561CF4 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #561CF4 is #A9E30B. Grayscale: #454545. Windows color (decimal): -11133708 or 15998038. OLE color: 15998038.
HSL color Cylindrical-coordinate representation of color #561CF4: hue angle of 256.11º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #561CF4 is Cyan = 0.65, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 86 | 28 | 244 | - |
| CMYK | 0.65 | 0.89 | 0 | 0.04 |
| HSL | 256.11º | 0.91% | 0.53% | - |
| HSV(B) | 256.11º | 0.89% | 0.96% | - |
| XYZ | 20.58 | 9.34 | 86.31 | - |
| YUV | 69.97 | 226.22 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 28 | 244 | 0.65 | 0.89 | 0 | 0.04 | 256.11 | 0.91 | 0.53 |
| Hex | 56 | 1C | F4 | 41 | 59 | 0 | 4 | 100 | 5B | 35 |
| Octal | 126 | 34 | 364 | 101 | 131 | 0 | 4 | 400 | 133 | 65 |
| Binary | 1010110 | 11100 | 11110100 | 1000001 | 1011001 | 0 | 100 | 100000000 | 1011011 | 110101 |
Color Harmonies of #561CF4
Complementary color
Monochromatic Colors of #561CF4
Black with #561CF4
Text Example
Text Example
White with #561CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561CF4; }
p { color: rgb(86,28,244); }
H1.HeaderClassName
{
color: #561CF4;
}
.AnyTagClassName
{
color: #561CF4;
}
</style>
background-color css
<style>
a { background-color: #561CF4; }
a { background-color: rgb(86,28,244); }
div.DivClassName
{
background-color: #561CF4;
}
.BgClassName
{
background-color: #561CF4;
}
</style>
border-color css
<style>
span { border-color: #561CF4; }
span { border-color: rgb(86,28,244); }
td.TdClassName
{
border-color: #561CF4;
}
.TagClassName
{
border-color: #561CF4;
}
</style>