Shades of Han Purple #561BFD
Tints of Han Purple #561BFD
RGB
CMYK
RGB Variations
Color information
#561BFD (or 0x561BFD) is known color: Han Purple. HEX triplet: 56, 1B and FD. RGB value is (86,27,253). Sum of RGB (Red+Green+Blue) = 86+27+253=366 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.50% from 366); Green value is 27 (10.94% from 255 or 7.38% from 366); Blue value is 253 (99.22% from 255 or 69.13% from 366); Max value from RGB is 253 - color contains mainly: blue. Hex color #561BFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #561BFD is #A9E402. Grayscale: #454545. Windows color (decimal): -11133955 or 16587606. OLE color: 16587606.
HSL color Cylindrical-coordinate representation of color #561BFD: hue angle of 255.66º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #561BFD is Cyan = 0.66, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 86 | 27 | 253 | - |
| CMYK | 0.66 | 0.89 | 0 | 0.01 |
| HSL | 255.66º | 0.98% | 0.55% | - |
| HSV(B) | 255.66º | 0.89% | 0.99% | - |
| XYZ | 21.96 | 9.85 | 93.67 | - |
| YUV | 70.41 | 231.05 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 27 | 253 | 0.66 | 0.89 | 0 | 0.01 | 255.66 | 0.98 | 0.55 |
| Hex | 56 | 1B | FD | 42 | 59 | 0 | 1 | 100 | 62 | 37 |
| Octal | 126 | 33 | 375 | 102 | 131 | 0 | 1 | 400 | 142 | 67 |
| Binary | 1010110 | 11011 | 11111101 | 1000010 | 1011001 | 0 | 1 | 100000000 | 1100010 | 110111 |
Color Harmonies of #561BFD
Complementary color
Monochromatic Colors of #561BFD
Black with #561BFD
Text Example
Text Example
White with #561BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561BFD; }
p { color: rgb(86,27,253); }
H1.HeaderClassName
{
color: #561BFD;
}
.AnyTagClassName
{
color: #561BFD;
}
</style>
background-color css
<style>
a { background-color: #561BFD; }
a { background-color: rgb(86,27,253); }
div.DivClassName
{
background-color: #561BFD;
}
.BgClassName
{
background-color: #561BFD;
}
</style>
border-color css
<style>
span { border-color: #561BFD; }
span { border-color: rgb(86,27,253); }
td.TdClassName
{
border-color: #561BFD;
}
.TagClassName
{
border-color: #561BFD;
}
</style>