Shades of Han Purple #5711FE
Tints of Han Purple #5711FE
RGB
CMYK
RGB Variations
Color information
#5711FE (or 0x5711FE) is known color: Han Purple. HEX triplet: 57, 11 and FE. RGB value is (87,17,254). Sum of RGB (Red+Green+Blue) = 87+17+254=358 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.30% from 358); Green value is 17 (7.03% from 255 or 4.75% from 358); Blue value is 254 (99.61% from 255 or 70.95% from 358); Max value from RGB is 254 - color contains mainly: blue. Hex color #5711FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5711FE is #A8EE01. Grayscale: #404040. Windows color (decimal): -11070978 or 16650583. OLE color: 16650583.
HSL color Cylindrical-coordinate representation of color #5711FE: hue angle of 257.72º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5711FE is Cyan = 0.66, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 87 | 17 | 254 | - |
| CMYK | 0.66 | 0.93 | 0 | 0.00 |
| HSL | 257.72º | 0.99% | 0.53% | - |
| HSV(B) | 257.72º | 0.93% | 1% | - |
| XYZ | 22.02 | 9.58 | 94.46 | - |
| YUV | 64.95 | 234.69 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 17 | 254 | 0.66 | 0.93 | 0 | 0.00 | 257.72 | 0.99 | 0.53 |
| Hex | 57 | 11 | FE | 42 | 5D | 0 | 0 | 102 | 63 | 35 |
| Octal | 127 | 21 | 376 | 102 | 135 | 0 | 0 | 402 | 143 | 65 |
| Binary | 1010111 | 10001 | 11111110 | 1000010 | 1011101 | 0 | 0 | 100000010 | 1100011 | 110101 |
Color Harmonies of #5711FE
Complementary color
Monochromatic Colors of #5711FE
Black with #5711FE
Text Example
Text Example
White with #5711FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5711FE; }
p { color: rgb(87,17,254); }
H1.HeaderClassName
{
color: #5711FE;
}
.AnyTagClassName
{
color: #5711FE;
}
</style>
background-color css
<style>
a { background-color: #5711FE; }
a { background-color: rgb(87,17,254); }
div.DivClassName
{
background-color: #5711FE;
}
.BgClassName
{
background-color: #5711FE;
}
</style>
border-color css
<style>
span { border-color: #5711FE; }
span { border-color: rgb(87,17,254); }
td.TdClassName
{
border-color: #5711FE;
}
.TagClassName
{
border-color: #5711FE;
}
</style>