Shades of Han Purple #5103EA
Tints of Han Purple #5103EA
RGB
CMYK
RGB Variations
Color information
#5103EA (or 0x5103EA) is known color: Han Purple. HEX triplet: 51, 03 and EA. RGB value is (81,3,234). Sum of RGB (Red+Green+Blue) = 81+3+234=318 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.47% from 318); Green value is 3 (1.56% from 255 or 0.94% from 318); Blue value is 234 (91.80% from 255 or 73.58% from 318); Max value from RGB is 234 - color contains mainly: blue. Hex color #5103EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5103EA is #AEFC15. Grayscale: #333333. Windows color (decimal): -11467798 or 15336273. OLE color: 15336273.
HSL color Cylindrical-coordinate representation of color #5103EA: hue angle of 260.26º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5103EA is Cyan = 0.65, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 81 | 3 | 234 | - |
| CMYK | 0.65 | 0.99 | 0 | 0.08 |
| HSL | 260.26º | 0.97% | 0.46% | - |
| HSV(B) | 260.26º | 0.99% | 0.92% | - |
| XYZ | 18.28 | 7.75 | 78.38 | - |
| YUV | 52.66 | 230.34 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 3 | 234 | 0.65 | 0.99 | 0 | 0.08 | 260.26 | 0.97 | 0.46 |
| Hex | 51 | 3 | EA | 41 | 63 | 0 | 8 | 104 | 61 | 2E |
| Octal | 121 | 3 | 352 | 101 | 143 | 0 | 10 | 404 | 141 | 56 |
| Binary | 1010001 | 11 | 11101010 | 1000001 | 1100011 | 0 | 1000 | 100000100 | 1100001 | 101110 |
Color Harmonies of #5103EA
Complementary color
Monochromatic Colors of #5103EA
Black with #5103EA
Text Example
Text Example
White with #5103EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5103EA; }
p { color: rgb(81,3,234); }
H1.HeaderClassName
{
color: #5103EA;
}
.AnyTagClassName
{
color: #5103EA;
}
</style>
background-color css
<style>
a { background-color: #5103EA; }
a { background-color: rgb(81,3,234); }
div.DivClassName
{
background-color: #5103EA;
}
.BgClassName
{
background-color: #5103EA;
}
</style>
border-color css
<style>
span { border-color: #5103EA; }
span { border-color: rgb(81,3,234); }
td.TdClassName
{
border-color: #5103EA;
}
.TagClassName
{
border-color: #5103EA;
}
</style>