Shades of Han Purple #561FF5
Tints of Han Purple #561FF5
RGB
CMYK
RGB Variations
Color information
#561FF5 (or 0x561FF5) is known color: Han Purple. HEX triplet: 56, 1F and F5. RGB value is (86,31,245). Sum of RGB (Red+Green+Blue) = 86+31+245=362 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.76% from 362); Green value is 31 (12.5% from 255 or 8.56% from 362); Blue value is 245 (96.09% from 255 or 67.68% from 362); Max value from RGB is 245 - color contains mainly: blue. Hex color #561FF5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #561FF5 is #A9E00A. Grayscale: #474747. Windows color (decimal): -11132939 or 16064342. OLE color: 16064342.
HSL color Cylindrical-coordinate representation of color #561FF5: hue angle of 255.42º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #561FF5 is Cyan = 0.65, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 86 | 31 | 245 | - |
| CMYK | 0.65 | 0.87 | 0 | 0.04 |
| HSL | 255.42º | 0.91% | 0.54% | - |
| HSV(B) | 255.42º | 0.87% | 0.96% | - |
| XYZ | 20.81 | 9.55 | 87.13 | - |
| YUV | 71.84 | 225.72 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 31 | 245 | 0.65 | 0.87 | 0 | 0.04 | 255.42 | 0.91 | 0.54 |
| Hex | 56 | 1F | F5 | 41 | 57 | 0 | 4 | FF | 5B | 36 |
| Octal | 126 | 37 | 365 | 101 | 127 | 0 | 4 | 377 | 133 | 66 |
| Binary | 1010110 | 11111 | 11110101 | 1000001 | 1010111 | 0 | 100 | 11111111 | 1011011 | 110110 |
Color Harmonies of #561FF5
Complementary color
Monochromatic Colors of #561FF5
Black with #561FF5
Text Example
Text Example
White with #561FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561FF5; }
p { color: rgb(86,31,245); }
H1.HeaderClassName
{
color: #561FF5;
}
.AnyTagClassName
{
color: #561FF5;
}
</style>
background-color css
<style>
a { background-color: #561FF5; }
a { background-color: rgb(86,31,245); }
div.DivClassName
{
background-color: #561FF5;
}
.BgClassName
{
background-color: #561FF5;
}
</style>
border-color css
<style>
span { border-color: #561FF5; }
span { border-color: rgb(86,31,245); }
td.TdClassName
{
border-color: #561FF5;
}
.TagClassName
{
border-color: #561FF5;
}
</style>