Shades of Han Purple #5716FF
Tints of Han Purple #5716FF
RGB
CMYK
RGB Variations
Color information
#5716FF (or 0x5716FF) is known color: Han Purple. HEX triplet: 57, 16 and FF. RGB value is (87,22,255). Sum of RGB (Red+Green+Blue) = 87+22+255=364 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.90% from 364); Green value is 22 (8.98% from 255 or 6.04% from 364); Blue value is 255 (100% from 255 or 70.05% from 364); Max value from RGB is 255 - color contains mainly: blue. Hex color #5716FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5716FF is #A8E900. Grayscale: #434343. Windows color (decimal): -11069697 or 16717399. OLE color: 16717399.
HSL color Cylindrical-coordinate representation of color #5716FF: hue angle of 256.74º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5716FF is Cyan = 0.66, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 87 | 22 | 255 | - |
| CMYK | 0.66 | 0.91 | 0 | 0 |
| HSL | 256.74º | 1% | 0.54% | - |
| HSV(B) | 256.74º | 0.91% | 1% | - |
| XYZ | 22.27 | 9.82 | 95.33 | - |
| YUV | 68 | 233.53 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 22 | 255 | 0.66 | 0.91 | 0 | 0 | 256.74 | 1 | 0.54 |
| Hex | 57 | 16 | FF | 42 | 5B | 0 | 0 | 101 | 64 | 36 |
| Octal | 127 | 26 | 377 | 102 | 133 | 0 | 0 | 401 | 144 | 66 |
| Binary | 1010111 | 10110 | 11111111 | 1000010 | 1011011 | 0 | 0 | 100000001 | 1100100 | 110110 |
Color Harmonies of #5716FF
Complementary color
Monochromatic Colors of #5716FF
Black with #5716FF
Text Example
Text Example
White with #5716FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5716FF; }
p { color: rgb(87,22,255); }
H1.HeaderClassName
{
color: #5716FF;
}
.AnyTagClassName
{
color: #5716FF;
}
</style>
background-color css
<style>
a { background-color: #5716FF; }
a { background-color: rgb(87,22,255); }
div.DivClassName
{
background-color: #5716FF;
}
.BgClassName
{
background-color: #5716FF;
}
</style>
border-color css
<style>
span { border-color: #5716FF; }
span { border-color: rgb(87,22,255); }
td.TdClassName
{
border-color: #5716FF;
}
.TagClassName
{
border-color: #5716FF;
}
</style>