Shades of Han Purple #5716FA
Tints of Han Purple #5716FA
RGB
CMYK
RGB Variations
Color information
#5716FA (or 0x5716FA) is known color: Han Purple. HEX triplet: 57, 16 and FA. RGB value is (87,22,250). Sum of RGB (Red+Green+Blue) = 87+22+250=359 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.23% from 359); Green value is 22 (8.98% from 255 or 6.13% from 359); Blue value is 250 (98.05% from 255 or 69.64% from 359); Max value from RGB is 250 - color contains mainly: blue. Hex color #5716FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5716FA is #A8E905. Grayscale: #424242. Windows color (decimal): -11069702 or 16389719. OLE color: 16389719.
HSL color Cylindrical-coordinate representation of color #5716FA: hue angle of 257.11º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5716FA is Cyan = 0.65, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 87 | 22 | 250 | - |
| CMYK | 0.65 | 0.91 | 0 | 0.02 |
| HSL | 257.11º | 0.96% | 0.53% | - |
| HSV(B) | 257.11º | 0.91% | 0.98% | - |
| XYZ | 21.47 | 9.5 | 91.14 | - |
| YUV | 67.43 | 231.03 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 22 | 250 | 0.65 | 0.91 | 0 | 0.02 | 257.11 | 0.96 | 0.53 |
| Hex | 57 | 16 | FA | 41 | 5B | 0 | 2 | 101 | 60 | 35 |
| Octal | 127 | 26 | 372 | 101 | 133 | 0 | 2 | 401 | 140 | 65 |
| Binary | 1010111 | 10110 | 11111010 | 1000001 | 1011011 | 0 | 10 | 100000001 | 1100000 | 110101 |
Color Harmonies of #5716FA
Complementary color
Monochromatic Colors of #5716FA
Black with #5716FA
Text Example
Text Example
White with #5716FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5716FA; }
p { color: rgb(87,22,250); }
H1.HeaderClassName
{
color: #5716FA;
}
.AnyTagClassName
{
color: #5716FA;
}
</style>
background-color css
<style>
a { background-color: #5716FA; }
a { background-color: rgb(87,22,250); }
div.DivClassName
{
background-color: #5716FA;
}
.BgClassName
{
background-color: #5716FA;
}
</style>
border-color css
<style>
span { border-color: #5716FA; }
span { border-color: rgb(87,22,250); }
td.TdClassName
{
border-color: #5716FA;
}
.TagClassName
{
border-color: #5716FA;
}
</style>