Shades of Han Purple #5710FB
Tints of Han Purple #5710FB
RGB
CMYK
RGB Variations
Color information
#5710FB (or 0x5710FB) is known color: Han Purple. HEX triplet: 57, 10 and FB. RGB value is (87,16,251). Sum of RGB (Red+Green+Blue) = 87+16+251=354 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.58% from 354); Green value is 16 (6.64% from 255 or 4.52% from 354); Blue value is 251 (98.44% from 255 or 70.90% from 354); Max value from RGB is 251 - color contains mainly: blue. Hex color #5710FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5710FB is #A8EF04. Grayscale: #3F3F3F. Windows color (decimal): -11071237 or 16453719. OLE color: 16453719.
HSL color Cylindrical-coordinate representation of color #5710FB: hue angle of 258.13º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5710FB is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 87 | 16 | 251 | - |
| CMYK | 0.65 | 0.94 | 0 | 0.02 |
| HSL | 258.13º | 0.97% | 0.52% | - |
| HSV(B) | 258.13º | 0.94% | 0.98% | - |
| XYZ | 21.53 | 9.36 | 91.94 | - |
| YUV | 64.02 | 233.52 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 16 | 251 | 0.65 | 0.94 | 0 | 0.02 | 258.13 | 0.97 | 0.52 |
| Hex | 57 | 10 | FB | 41 | 5E | 0 | 2 | 102 | 61 | 34 |
| Octal | 127 | 20 | 373 | 101 | 136 | 0 | 2 | 402 | 141 | 64 |
| Binary | 1010111 | 10000 | 11111011 | 1000001 | 1011110 | 0 | 10 | 100000010 | 1100001 | 110100 |
Color Harmonies of #5710FB
Complementary color
Monochromatic Colors of #5710FB
Black with #5710FB
Text Example
Text Example
White with #5710FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5710FB; }
p { color: rgb(87,16,251); }
H1.HeaderClassName
{
color: #5710FB;
}
.AnyTagClassName
{
color: #5710FB;
}
</style>
background-color css
<style>
a { background-color: #5710FB; }
a { background-color: rgb(87,16,251); }
div.DivClassName
{
background-color: #5710FB;
}
.BgClassName
{
background-color: #5710FB;
}
</style>
border-color css
<style>
span { border-color: #5710FB; }
span { border-color: rgb(87,16,251); }
td.TdClassName
{
border-color: #5710FB;
}
.TagClassName
{
border-color: #5710FB;
}
</style>