Shades of Han Purple #561EFD
Tints of Han Purple #561EFD
RGB
CMYK
RGB Variations
Color information
#561EFD (or 0x561EFD) is known color: Han Purple. HEX triplet: 56, 1E and FD. RGB value is (86,30,253). Sum of RGB (Red+Green+Blue) = 86+30+253=369 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.31% from 369); Green value is 30 (12.11% from 255 or 8.13% from 369); Blue value is 253 (99.22% from 255 or 68.56% from 369); Max value from RGB is 253 - color contains mainly: blue. Hex color #561EFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #561EFD is #A9E102. Grayscale: #474747. Windows color (decimal): -11133187 or 16588374. OLE color: 16588374.
HSL color Cylindrical-coordinate representation of color #561EFD: hue angle of 255.07º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #561EFD is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 86 | 30 | 253 | - |
| CMYK | 0.66 | 0.88 | 0 | 0.01 |
| HSL | 255.07º | 0.98% | 0.55% | - |
| HSV(B) | 255.07º | 0.88% | 0.99% | - |
| XYZ | 22.03 | 10 | 93.7 | - |
| YUV | 72.17 | 230.05 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 30 | 253 | 0.66 | 0.88 | 0 | 0.01 | 255.07 | 0.98 | 0.55 |
| Hex | 56 | 1E | FD | 42 | 58 | 0 | 1 | FF | 62 | 37 |
| Octal | 126 | 36 | 375 | 102 | 130 | 0 | 1 | 377 | 142 | 67 |
| Binary | 1010110 | 11110 | 11111101 | 1000010 | 1011000 | 0 | 1 | 11111111 | 1100010 | 110111 |
Color Harmonies of #561EFD
Complementary color
Monochromatic Colors of #561EFD
Black with #561EFD
Text Example
Text Example
White with #561EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561EFD; }
p { color: rgb(86,30,253); }
H1.HeaderClassName
{
color: #561EFD;
}
.AnyTagClassName
{
color: #561EFD;
}
</style>
background-color css
<style>
a { background-color: #561EFD; }
a { background-color: rgb(86,30,253); }
div.DivClassName
{
background-color: #561EFD;
}
.BgClassName
{
background-color: #561EFD;
}
</style>
border-color css
<style>
span { border-color: #561EFD; }
span { border-color: rgb(86,30,253); }
td.TdClassName
{
border-color: #561EFD;
}
.TagClassName
{
border-color: #561EFD;
}
</style>