Shades of Han Purple #5713FA
Tints of Han Purple #5713FA
RGB
CMYK
RGB Variations
Color information
#5713FA (or 0x5713FA) is known color: Han Purple. HEX triplet: 57, 13 and FA. RGB value is (87,19,250). Sum of RGB (Red+Green+Blue) = 87+19+250=356 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.44% from 356); Green value is 19 (7.81% from 255 or 5.34% from 356); Blue value is 250 (98.05% from 255 or 70.22% from 356); Max value from RGB is 250 - color contains mainly: blue. Hex color #5713FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5713FA is #A8EC05. Grayscale: #404040. Windows color (decimal): -11070470 or 16388951. OLE color: 16388951.
HSL color Cylindrical-coordinate representation of color #5713FA: hue angle of 257.66º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5713FA is Cyan = 0.65, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 87 | 19 | 250 | - |
| CMYK | 0.65 | 0.92 | 0 | 0.02 |
| HSL | 257.66º | 0.96% | 0.53% | - |
| HSV(B) | 257.66º | 0.92% | 0.98% | - |
| XYZ | 21.42 | 9.39 | 91.13 | - |
| YUV | 65.67 | 232.03 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 19 | 250 | 0.65 | 0.92 | 0 | 0.02 | 257.66 | 0.96 | 0.53 |
| Hex | 57 | 13 | FA | 41 | 5C | 0 | 2 | 102 | 60 | 35 |
| Octal | 127 | 23 | 372 | 101 | 134 | 0 | 2 | 402 | 140 | 65 |
| Binary | 1010111 | 10011 | 11111010 | 1000001 | 1011100 | 0 | 10 | 100000010 | 1100000 | 110101 |
Color Harmonies of #5713FA
Complementary color
Monochromatic Colors of #5713FA
Black with #5713FA
Text Example
Text Example
White with #5713FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5713FA; }
p { color: rgb(87,19,250); }
H1.HeaderClassName
{
color: #5713FA;
}
.AnyTagClassName
{
color: #5713FA;
}
</style>
background-color css
<style>
a { background-color: #5713FA; }
a { background-color: rgb(87,19,250); }
div.DivClassName
{
background-color: #5713FA;
}
.BgClassName
{
background-color: #5713FA;
}
</style>
border-color css
<style>
span { border-color: #5713FA; }
span { border-color: rgb(87,19,250); }
td.TdClassName
{
border-color: #5713FA;
}
.TagClassName
{
border-color: #5713FA;
}
</style>