Shades of Han Purple #5611FD
Tints of Han Purple #5611FD
RGB
CMYK
RGB Variations
Color information
#5611FD (or 0x5611FD) is known color: Han Purple. HEX triplet: 56, 11 and FD. RGB value is (86,17,253). Sum of RGB (Red+Green+Blue) = 86+17+253=356 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.16% from 356); Green value is 17 (7.03% from 255 or 4.78% from 356); Blue value is 253 (99.22% from 255 or 71.07% from 356); Max value from RGB is 253 - color contains mainly: blue. Hex color #5611FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5611FD is #A9EE02. Grayscale: #3F3F3F. Windows color (decimal): -11136515 or 16585046. OLE color: 16585046.
HSL color Cylindrical-coordinate representation of color #5611FD: hue angle of 257.54º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5611FD is Cyan = 0.66, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 86 | 17 | 253 | - |
| CMYK | 0.66 | 0.93 | 0 | 0.01 |
| HSL | 257.54º | 0.98% | 0.53% | - |
| HSV(B) | 257.54º | 0.93% | 0.99% | - |
| XYZ | 21.77 | 9.47 | 93.61 | - |
| YUV | 64.54 | 234.36 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 17 | 253 | 0.66 | 0.93 | 0 | 0.01 | 257.54 | 0.98 | 0.53 |
| Hex | 56 | 11 | FD | 42 | 5D | 0 | 1 | 102 | 62 | 35 |
| Octal | 126 | 21 | 375 | 102 | 135 | 0 | 1 | 402 | 142 | 65 |
| Binary | 1010110 | 10001 | 11111101 | 1000010 | 1011101 | 0 | 1 | 100000010 | 1100010 | 110101 |
Color Harmonies of #5611FD
Complementary color
Monochromatic Colors of #5611FD
Black with #5611FD
Text Example
Text Example
White with #5611FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5611FD; }
p { color: rgb(86,17,253); }
H1.HeaderClassName
{
color: #5611FD;
}
.AnyTagClassName
{
color: #5611FD;
}
</style>
background-color css
<style>
a { background-color: #5611FD; }
a { background-color: rgb(86,17,253); }
div.DivClassName
{
background-color: #5611FD;
}
.BgClassName
{
background-color: #5611FD;
}
</style>
border-color css
<style>
span { border-color: #5611FD; }
span { border-color: rgb(86,17,253); }
td.TdClassName
{
border-color: #5611FD;
}
.TagClassName
{
border-color: #5611FD;
}
</style>