Shades of Han Purple #5714FE
Tints of Han Purple #5714FE
RGB
CMYK
RGB Variations
Color information
#5714FE (or 0x5714FE) is known color: Han Purple. HEX triplet: 57, 14 and FE. RGB value is (87,20,254). Sum of RGB (Red+Green+Blue) = 87+20+254=361 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.10% from 361); Green value is 20 (8.20% from 255 or 5.54% from 361); Blue value is 254 (99.61% from 255 or 70.36% from 361); Max value from RGB is 254 - color contains mainly: blue. Hex color #5714FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5714FE is #A8EB01. Grayscale: #414141. Windows color (decimal): -11070210 or 16651351. OLE color: 16651351.
HSL color Cylindrical-coordinate representation of color #5714FE: hue angle of 257.18º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5714FE is Cyan = 0.66, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 87 | 20 | 254 | - |
| CMYK | 0.66 | 0.92 | 0 | 0.00 |
| HSL | 257.18º | 0.99% | 0.54% | - |
| HSV(B) | 257.18º | 0.92% | 1% | - |
| XYZ | 22.07 | 9.68 | 94.47 | - |
| YUV | 66.71 | 233.7 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 20 | 254 | 0.66 | 0.92 | 0 | 0.00 | 257.18 | 0.99 | 0.54 |
| Hex | 57 | 14 | FE | 42 | 5C | 0 | 0 | 101 | 63 | 36 |
| Octal | 127 | 24 | 376 | 102 | 134 | 0 | 0 | 401 | 143 | 66 |
| Binary | 1010111 | 10100 | 11111110 | 1000010 | 1011100 | 0 | 0 | 100000001 | 1100011 | 110110 |
Color Harmonies of #5714FE
Complementary color
Monochromatic Colors of #5714FE
Black with #5714FE
Text Example
Text Example
White with #5714FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5714FE; }
p { color: rgb(87,20,254); }
H1.HeaderClassName
{
color: #5714FE;
}
.AnyTagClassName
{
color: #5714FE;
}
</style>
background-color css
<style>
a { background-color: #5714FE; }
a { background-color: rgb(87,20,254); }
div.DivClassName
{
background-color: #5714FE;
}
.BgClassName
{
background-color: #5714FE;
}
</style>
border-color css
<style>
span { border-color: #5714FE; }
span { border-color: rgb(87,20,254); }
td.TdClassName
{
border-color: #5714FE;
}
.TagClassName
{
border-color: #5714FE;
}
</style>