Shades of Han Purple #5710FE
Tints of Han Purple #5710FE
RGB
CMYK
RGB Variations
Color information
#5710FE (or 0x5710FE) is known color: Han Purple. HEX triplet: 57, 10 and FE. RGB value is (87,16,254). Sum of RGB (Red+Green+Blue) = 87+16+254=357 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.37% from 357); Green value is 16 (6.64% from 255 or 4.48% from 357); Blue value is 254 (99.61% from 255 or 71.15% from 357); Max value from RGB is 254 - color contains mainly: blue. Hex color #5710FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5710FE is #A8EF01. Grayscale: #3F3F3F. Windows color (decimal): -11071234 or 16650327. OLE color: 16650327.
HSL color Cylindrical-coordinate representation of color #5710FE: hue angle of 257.9º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5710FE is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 87 | 16 | 254 | - |
| CMYK | 0.66 | 0.94 | 0 | 0.00 |
| HSL | 257.9º | 0.99% | 0.53% | - |
| HSV(B) | 257.9º | 0.94% | 1% | - |
| XYZ | 22.01 | 9.55 | 94.45 | - |
| YUV | 64.36 | 235.02 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 16 | 254 | 0.66 | 0.94 | 0 | 0.00 | 257.9 | 0.99 | 0.53 |
| Hex | 57 | 10 | FE | 42 | 5E | 0 | 0 | 102 | 63 | 35 |
| Octal | 127 | 20 | 376 | 102 | 136 | 0 | 0 | 402 | 143 | 65 |
| Binary | 1010111 | 10000 | 11111110 | 1000010 | 1011110 | 0 | 0 | 100000010 | 1100011 | 110101 |
Color Harmonies of #5710FE
Complementary color
Monochromatic Colors of #5710FE
Black with #5710FE
Text Example
Text Example
White with #5710FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5710FE; }
p { color: rgb(87,16,254); }
H1.HeaderClassName
{
color: #5710FE;
}
.AnyTagClassName
{
color: #5710FE;
}
</style>
background-color css
<style>
a { background-color: #5710FE; }
a { background-color: rgb(87,16,254); }
div.DivClassName
{
background-color: #5710FE;
}
.BgClassName
{
background-color: #5710FE;
}
</style>
border-color css
<style>
span { border-color: #5710FE; }
span { border-color: rgb(87,16,254); }
td.TdClassName
{
border-color: #5710FE;
}
.TagClassName
{
border-color: #5710FE;
}
</style>