Shades of Han Purple #5311FA
Tints of Han Purple #5311FA
RGB
CMYK
RGB Variations
Color information
#5311FA (or 0x5311FA) is known color: Han Purple. HEX triplet: 53, 11 and FA. RGB value is (83,17,250). Sum of RGB (Red+Green+Blue) = 83+17+250=350 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.71% from 350); Green value is 17 (7.03% from 255 or 4.86% from 350); Blue value is 250 (98.05% from 255 or 71.43% from 350); Max value from RGB is 250 - color contains mainly: blue. Hex color #5311FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5311FA is #ACEE05. Grayscale: #3E3E3E. Windows color (decimal): -11333126 or 16388435. OLE color: 16388435.
HSL color Cylindrical-coordinate representation of color #5311FA: hue angle of 257º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5311FA is Cyan = 0.67, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 83 | 17 | 250 | - |
| CMYK | 0.67 | 0.93 | 0 | 0.02 |
| HSL | 257º | 0.96% | 0.52% | - |
| HSV(B) | 257º | 0.93% | 0.98% | - |
| XYZ | 21.02 | 9.14 | 91.1 | - |
| YUV | 63.3 | 233.37 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 17 | 250 | 0.67 | 0.93 | 0 | 0.02 | 257 | 0.96 | 0.52 |
| Hex | 53 | 11 | FA | 43 | 5D | 0 | 2 | 101 | 60 | 34 |
| Octal | 123 | 21 | 372 | 103 | 135 | 0 | 2 | 401 | 140 | 64 |
| Binary | 1010011 | 10001 | 11111010 | 1000011 | 1011101 | 0 | 10 | 100000001 | 1100000 | 110100 |
Color Harmonies of #5311FA
Complementary color
Monochromatic Colors of #5311FA
Black with #5311FA
Text Example
Text Example
White with #5311FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5311FA; }
p { color: rgb(83,17,250); }
H1.HeaderClassName
{
color: #5311FA;
}
.AnyTagClassName
{
color: #5311FA;
}
</style>
background-color css
<style>
a { background-color: #5311FA; }
a { background-color: rgb(83,17,250); }
div.DivClassName
{
background-color: #5311FA;
}
.BgClassName
{
background-color: #5311FA;
}
</style>
border-color css
<style>
span { border-color: #5311FA; }
span { border-color: rgb(83,17,250); }
td.TdClassName
{
border-color: #5311FA;
}
.TagClassName
{
border-color: #5311FA;
}
</style>