Shades of Han Purple #5710FF
Tints of Han Purple #5710FF
RGB
CMYK
RGB Variations
Color information
#5710FF (or 0x5710FF) is known color: Han Purple. HEX triplet: 57, 10 and FF. RGB value is (87,16,255). Sum of RGB (Red+Green+Blue) = 87+16+255=358 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.30% from 358); Green value is 16 (6.64% from 255 or 4.47% from 358); Blue value is 255 (100% from 255 or 71.23% from 358); Max value from RGB is 255 - color contains mainly: blue. Hex color #5710FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5710FF is #A8EF00. Grayscale: #3F3F3F. Windows color (decimal): -11071233 or 16715863. OLE color: 16715863.
HSL color Cylindrical-coordinate representation of color #5710FF: hue angle of 257.82º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5710FF is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 87 | 16 | 255 | - |
| CMYK | 0.66 | 0.94 | 0 | 0 |
| HSL | 257.82º | 1% | 0.53% | - |
| HSV(B) | 257.82º | 0.94% | 1% | - |
| XYZ | 22.17 | 9.62 | 95.3 | - |
| YUV | 64.48 | 235.52 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 16 | 255 | 0.66 | 0.94 | 0 | 0 | 257.82 | 1 | 0.53 |
| Hex | 57 | 10 | FF | 42 | 5E | 0 | 0 | 102 | 64 | 35 |
| Octal | 127 | 20 | 377 | 102 | 136 | 0 | 0 | 402 | 144 | 65 |
| Binary | 1010111 | 10000 | 11111111 | 1000010 | 1011110 | 0 | 0 | 100000010 | 1100100 | 110101 |
Color Harmonies of #5710FF
Complementary color
Monochromatic Colors of #5710FF
Black with #5710FF
Text Example
Text Example
White with #5710FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5710FF; }
p { color: rgb(87,16,255); }
H1.HeaderClassName
{
color: #5710FF;
}
.AnyTagClassName
{
color: #5710FF;
}
</style>
background-color css
<style>
a { background-color: #5710FF; }
a { background-color: rgb(87,16,255); }
div.DivClassName
{
background-color: #5710FF;
}
.BgClassName
{
background-color: #5710FF;
}
</style>
border-color css
<style>
span { border-color: #5710FF; }
span { border-color: rgb(87,16,255); }
td.TdClassName
{
border-color: #5710FF;
}
.TagClassName
{
border-color: #5710FF;
}
</style>