Shades of Han Purple #5710FC
Tints of Han Purple #5710FC
RGB
CMYK
RGB Variations
Color information
#5710FC (or 0x5710FC) is known color: Han Purple. HEX triplet: 57, 10 and FC. RGB value is (87,16,252). Sum of RGB (Red+Green+Blue) = 87+16+252=355 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.51% from 355); Green value is 16 (6.64% from 255 or 4.51% from 355); Blue value is 252 (98.83% from 255 or 70.99% from 355); Max value from RGB is 252 - color contains mainly: blue. Hex color #5710FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5710FC is #A8EF03. Grayscale: #3F3F3F. Windows color (decimal): -11071236 or 16519255. OLE color: 16519255.
HSL color Cylindrical-coordinate representation of color #5710FC: hue angle of 258.05º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5710FC is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 87 | 16 | 252 | - |
| CMYK | 0.65 | 0.94 | 0 | 0.01 |
| HSL | 258.05º | 0.98% | 0.53% | - |
| HSV(B) | 258.05º | 0.94% | 0.99% | - |
| XYZ | 21.69 | 9.43 | 92.77 | - |
| YUV | 64.13 | 234.02 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 16 | 252 | 0.65 | 0.94 | 0 | 0.01 | 258.05 | 0.98 | 0.53 |
| Hex | 57 | 10 | FC | 41 | 5E | 0 | 1 | 102 | 62 | 35 |
| Octal | 127 | 20 | 374 | 101 | 136 | 0 | 1 | 402 | 142 | 65 |
| Binary | 1010111 | 10000 | 11111100 | 1000001 | 1011110 | 0 | 1 | 100000010 | 1100010 | 110101 |
Color Harmonies of #5710FC
Complementary color
Monochromatic Colors of #5710FC
Black with #5710FC
Text Example
Text Example
White with #5710FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5710FC; }
p { color: rgb(87,16,252); }
H1.HeaderClassName
{
color: #5710FC;
}
.AnyTagClassName
{
color: #5710FC;
}
</style>
background-color css
<style>
a { background-color: #5710FC; }
a { background-color: rgb(87,16,252); }
div.DivClassName
{
background-color: #5710FC;
}
.BgClassName
{
background-color: #5710FC;
}
</style>
border-color css
<style>
span { border-color: #5710FC; }
span { border-color: rgb(87,16,252); }
td.TdClassName
{
border-color: #5710FC;
}
.TagClassName
{
border-color: #5710FC;
}
</style>