Shades of Han Purple #561DF4
Tints of Han Purple #561DF4
RGB
CMYK
RGB Variations
Color information
#561DF4 (or 0x561DF4) is known color: Han Purple. HEX triplet: 56, 1D and F4. RGB value is (86,29,244). Sum of RGB (Red+Green+Blue) = 86+29+244=359 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.96% from 359); Green value is 29 (11.72% from 255 or 8.08% from 359); Blue value is 244 (95.70% from 255 or 67.97% from 359); Max value from RGB is 244 - color contains mainly: blue. Hex color #561DF4 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #561DF4 is #A9E20B. Grayscale: #454545. Windows color (decimal): -11133452 or 15998294. OLE color: 15998294.
HSL color Cylindrical-coordinate representation of color #561DF4: hue angle of 255.91º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #561DF4 is Cyan = 0.65, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 86 | 29 | 244 | - |
| CMYK | 0.65 | 0.88 | 0 | 0.04 |
| HSL | 255.91º | 0.91% | 0.54% | - |
| HSV(B) | 255.91º | 0.88% | 0.96% | - |
| XYZ | 20.61 | 9.39 | 86.31 | - |
| YUV | 70.55 | 225.88 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 29 | 244 | 0.65 | 0.88 | 0 | 0.04 | 255.91 | 0.91 | 0.54 |
| Hex | 56 | 1D | F4 | 41 | 58 | 0 | 4 | 100 | 5B | 36 |
| Octal | 126 | 35 | 364 | 101 | 130 | 0 | 4 | 400 | 133 | 66 |
| Binary | 1010110 | 11101 | 11110100 | 1000001 | 1011000 | 0 | 100 | 100000000 | 1011011 | 110110 |
Color Harmonies of #561DF4
Complementary color
Monochromatic Colors of #561DF4
Black with #561DF4
Text Example
Text Example
White with #561DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561DF4; }
p { color: rgb(86,29,244); }
H1.HeaderClassName
{
color: #561DF4;
}
.AnyTagClassName
{
color: #561DF4;
}
</style>
background-color css
<style>
a { background-color: #561DF4; }
a { background-color: rgb(86,29,244); }
div.DivClassName
{
background-color: #561DF4;
}
.BgClassName
{
background-color: #561DF4;
}
</style>
border-color css
<style>
span { border-color: #561DF4; }
span { border-color: rgb(86,29,244); }
td.TdClassName
{
border-color: #561DF4;
}
.TagClassName
{
border-color: #561DF4;
}
</style>