Shades of Han Purple #5716FE
Tints of Han Purple #5716FE
RGB
CMYK
RGB Variations
Color information
#5716FE (or 0x5716FE) is known color: Han Purple. HEX triplet: 57, 16 and FE. RGB value is (87,22,254). Sum of RGB (Red+Green+Blue) = 87+22+254=363 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.97% from 363); Green value is 22 (8.98% from 255 or 6.06% from 363); Blue value is 254 (99.61% from 255 or 69.97% from 363); Max value from RGB is 254 - color contains mainly: blue. Hex color #5716FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5716FE is #A8E901. Grayscale: #434343. Windows color (decimal): -11069698 or 16651863. OLE color: 16651863.
HSL color Cylindrical-coordinate representation of color #5716FE: hue angle of 256.81º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5716FE is Cyan = 0.66, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 87 | 22 | 254 | - |
| CMYK | 0.66 | 0.91 | 0 | 0.00 |
| HSL | 256.81º | 0.99% | 0.54% | - |
| HSV(B) | 256.81º | 0.91% | 1% | - |
| XYZ | 22.11 | 9.76 | 94.48 | - |
| YUV | 67.88 | 233.03 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 22 | 254 | 0.66 | 0.91 | 0 | 0.00 | 256.81 | 0.99 | 0.54 |
| Hex | 57 | 16 | FE | 42 | 5B | 0 | 0 | 101 | 63 | 36 |
| Octal | 127 | 26 | 376 | 102 | 133 | 0 | 0 | 401 | 143 | 66 |
| Binary | 1010111 | 10110 | 11111110 | 1000010 | 1011011 | 0 | 0 | 100000001 | 1100011 | 110110 |
Color Harmonies of #5716FE
Complementary color
Monochromatic Colors of #5716FE
Black with #5716FE
Text Example
Text Example
White with #5716FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5716FE; }
p { color: rgb(87,22,254); }
H1.HeaderClassName
{
color: #5716FE;
}
.AnyTagClassName
{
color: #5716FE;
}
</style>
background-color css
<style>
a { background-color: #5716FE; }
a { background-color: rgb(87,22,254); }
div.DivClassName
{
background-color: #5716FE;
}
.BgClassName
{
background-color: #5716FE;
}
</style>
border-color css
<style>
span { border-color: #5716FE; }
span { border-color: rgb(87,22,254); }
td.TdClassName
{
border-color: #5716FE;
}
.TagClassName
{
border-color: #5716FE;
}
</style>