Shades of Han Purple #5310E2
Tints of Han Purple #5310E2
RGB
CMYK
RGB Variations
Color information
#5310E2 (or 0x5310E2) is known color: Han Purple. HEX triplet: 53, 10 and E2. RGB value is (83,16,226). Sum of RGB (Red+Green+Blue) = 83+16+226=325 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.54% from 325); Green value is 16 (6.64% from 255 or 4.92% from 325); Blue value is 226 (88.67% from 255 or 69.54% from 325); Max value from RGB is 226 - color contains mainly: blue. Hex color #5310E2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5310E2 is #ACEF1D. Grayscale: #3B3B3B. Windows color (decimal): -11333406 or 14815315. OLE color: 14815315.
HSL color Cylindrical-coordinate representation of color #5310E2: hue angle of 259.14º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5310E2 is Cyan = 0.63, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 83 | 16 | 226 | - |
| CMYK | 0.63 | 0.93 | 0 | 0.11 |
| HSL | 259.14º | 0.87% | 0.47% | - |
| HSV(B) | 259.14º | 0.93% | 0.89% | - |
| XYZ | 17.48 | 7.7 | 72.52 | - |
| YUV | 59.97 | 221.7 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 16 | 226 | 0.63 | 0.93 | 0 | 0.11 | 259.14 | 0.87 | 0.47 |
| Hex | 53 | 10 | E2 | 3F | 5D | 0 | B | 103 | 57 | 2F |
| Octal | 123 | 20 | 342 | 77 | 135 | 0 | 13 | 403 | 127 | 57 |
| Binary | 1010011 | 10000 | 11100010 | 111111 | 1011101 | 0 | 1011 | 100000011 | 1010111 | 101111 |
Color Harmonies of #5310E2
Complementary color
Monochromatic Colors of #5310E2
Black with #5310E2
Text Example
Text Example
White with #5310E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5310E2; }
p { color: rgb(83,16,226); }
H1.HeaderClassName
{
color: #5310E2;
}
.AnyTagClassName
{
color: #5310E2;
}
</style>
background-color css
<style>
a { background-color: #5310E2; }
a { background-color: rgb(83,16,226); }
div.DivClassName
{
background-color: #5310E2;
}
.BgClassName
{
background-color: #5310E2;
}
</style>
border-color css
<style>
span { border-color: #5310E2; }
span { border-color: rgb(83,16,226); }
td.TdClassName
{
border-color: #5310E2;
}
.TagClassName
{
border-color: #5310E2;
}
</style>