Shades of Han Purple #5711FD
Tints of Han Purple #5711FD
RGB
CMYK
RGB Variations
Color information
#5711FD (or 0x5711FD) is known color: Han Purple. HEX triplet: 57, 11 and FD. RGB value is (87,17,253). Sum of RGB (Red+Green+Blue) = 87+17+253=357 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.37% from 357); Green value is 17 (7.03% from 255 or 4.76% from 357); Blue value is 253 (99.22% from 255 or 70.87% from 357); Max value from RGB is 253 - color contains mainly: blue. Hex color #5711FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5711FD is #A8EE02. Grayscale: #3F3F3F. Windows color (decimal): -11070979 or 16585047. OLE color: 16585047.
HSL color Cylindrical-coordinate representation of color #5711FD: hue angle of 257.8º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5711FD is Cyan = 0.66, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 87 | 17 | 253 | - |
| CMYK | 0.66 | 0.93 | 0 | 0.01 |
| HSL | 257.8º | 0.98% | 0.53% | - |
| HSV(B) | 257.8º | 0.93% | 0.99% | - |
| XYZ | 21.86 | 9.52 | 93.61 | - |
| YUV | 64.83 | 234.19 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 17 | 253 | 0.66 | 0.93 | 0 | 0.01 | 257.8 | 0.98 | 0.53 |
| Hex | 57 | 11 | FD | 42 | 5D | 0 | 1 | 102 | 62 | 35 |
| Octal | 127 | 21 | 375 | 102 | 135 | 0 | 1 | 402 | 142 | 65 |
| Binary | 1010111 | 10001 | 11111101 | 1000010 | 1011101 | 0 | 1 | 100000010 | 1100010 | 110101 |
Color Harmonies of #5711FD
Complementary color
Monochromatic Colors of #5711FD
Black with #5711FD
Text Example
Text Example
White with #5711FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5711FD; }
p { color: rgb(87,17,253); }
H1.HeaderClassName
{
color: #5711FD;
}
.AnyTagClassName
{
color: #5711FD;
}
</style>
background-color css
<style>
a { background-color: #5711FD; }
a { background-color: rgb(87,17,253); }
div.DivClassName
{
background-color: #5711FD;
}
.BgClassName
{
background-color: #5711FD;
}
</style>
border-color css
<style>
span { border-color: #5711FD; }
span { border-color: rgb(87,17,253); }
td.TdClassName
{
border-color: #5711FD;
}
.TagClassName
{
border-color: #5711FD;
}
</style>