Shades of Han Purple #5712FE
Tints of Han Purple #5712FE
RGB
CMYK
RGB Variations
Color information
#5712FE (or 0x5712FE) is known color: Han Purple. HEX triplet: 57, 12 and FE. RGB value is (87,18,254). Sum of RGB (Red+Green+Blue) = 87+18+254=359 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.23% from 359); Green value is 18 (7.42% from 255 or 5.01% from 359); Blue value is 254 (99.61% from 255 or 70.75% from 359); Max value from RGB is 254 - color contains mainly: blue. Hex color #5712FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5712FE is #A8ED01. Grayscale: #404040. Windows color (decimal): -11070722 or 16650839. OLE color: 16650839.
HSL color Cylindrical-coordinate representation of color #5712FE: hue angle of 257.54º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5712FE is Cyan = 0.66, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 87 | 18 | 254 | - |
| CMYK | 0.66 | 0.93 | 0 | 0.00 |
| HSL | 257.54º | 0.99% | 0.53% | - |
| HSV(B) | 257.54º | 0.93% | 1% | - |
| XYZ | 22.04 | 9.61 | 94.46 | - |
| YUV | 65.54 | 234.36 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 18 | 254 | 0.66 | 0.93 | 0 | 0.00 | 257.54 | 0.99 | 0.53 |
| Hex | 57 | 12 | FE | 42 | 5D | 0 | 0 | 102 | 63 | 35 |
| Octal | 127 | 22 | 376 | 102 | 135 | 0 | 0 | 402 | 143 | 65 |
| Binary | 1010111 | 10010 | 11111110 | 1000010 | 1011101 | 0 | 0 | 100000010 | 1100011 | 110101 |
Color Harmonies of #5712FE
Complementary color
Monochromatic Colors of #5712FE
Black with #5712FE
Text Example
Text Example
White with #5712FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5712FE; }
p { color: rgb(87,18,254); }
H1.HeaderClassName
{
color: #5712FE;
}
.AnyTagClassName
{
color: #5712FE;
}
</style>
background-color css
<style>
a { background-color: #5712FE; }
a { background-color: rgb(87,18,254); }
div.DivClassName
{
background-color: #5712FE;
}
.BgClassName
{
background-color: #5712FE;
}
</style>
border-color css
<style>
span { border-color: #5712FE; }
span { border-color: rgb(87,18,254); }
td.TdClassName
{
border-color: #5712FE;
}
.TagClassName
{
border-color: #5712FE;
}
</style>