Shades of Han Purple #5708FF
Tints of Han Purple #5708FF
RGB
CMYK
RGB Variations
Color information
#5708FF (or 0x5708FF) is known color: Han Purple. HEX triplet: 57, 08 and FF. RGB value is (87,8,255). Sum of RGB (Red+Green+Blue) = 87+8+255=350 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.86% from 350); Green value is 8 (3.52% from 255 or 2.29% from 350); Blue value is 255 (100% from 255 or 72.86% from 350); Max value from RGB is 255 - color contains mainly: blue. Hex color #5708FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5708FF is #A8F700. Grayscale: #3A3A3A. Windows color (decimal): -11073281 or 16713815. OLE color: 16713815.
HSL color Cylindrical-coordinate representation of color #5708FF: hue angle of 259.19º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5708FF is Cyan = 0.66, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 87 | 8 | 255 | - |
| CMYK | 0.66 | 0.97 | 0 | 0 |
| HSL | 259.19º | 1% | 0.52% | - |
| HSV(B) | 259.19º | 0.97% | 1% | - |
| XYZ | 22.07 | 9.42 | 95.26 | - |
| YUV | 59.78 | 238.17 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 8 | 255 | 0.66 | 0.97 | 0 | 0 | 259.19 | 1 | 0.52 |
| Hex | 57 | 8 | FF | 42 | 61 | 0 | 0 | 103 | 64 | 34 |
| Octal | 127 | 10 | 377 | 102 | 141 | 0 | 0 | 403 | 144 | 64 |
| Binary | 1010111 | 1000 | 11111111 | 1000010 | 1100001 | 0 | 0 | 100000011 | 1100100 | 110100 |
Color Harmonies of #5708FF
Complementary color
Monochromatic Colors of #5708FF
Black with #5708FF
Text Example
Text Example
White with #5708FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5708FF; }
p { color: rgb(87,8,255); }
H1.HeaderClassName
{
color: #5708FF;
}
.AnyTagClassName
{
color: #5708FF;
}
</style>
background-color css
<style>
a { background-color: #5708FF; }
a { background-color: rgb(87,8,255); }
div.DivClassName
{
background-color: #5708FF;
}
.BgClassName
{
background-color: #5708FF;
}
</style>
border-color css
<style>
span { border-color: #5708FF; }
span { border-color: rgb(87,8,255); }
td.TdClassName
{
border-color: #5708FF;
}
.TagClassName
{
border-color: #5708FF;
}
</style>