Shades of Han Purple #5103E6
Tints of Han Purple #5103E6
RGB
CMYK
RGB Variations
Color information
#5103E6 (or 0x5103E6) is known color: Han Purple. HEX triplet: 51, 03 and E6. RGB value is (81,3,230). Sum of RGB (Red+Green+Blue) = 81+3+230=314 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.80% from 314); Green value is 3 (1.56% from 255 or 0.96% from 314); Blue value is 230 (90.23% from 255 or 73.25% from 314); Max value from RGB is 230 - color contains mainly: blue. Hex color #5103E6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5103E6 is #AEFC19. Grayscale: #333333. Windows color (decimal): -11467802 or 15074129. OLE color: 15074129.
HSL color Cylindrical-coordinate representation of color #5103E6: hue angle of 260.62º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5103E6 is Cyan = 0.65, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 81 | 3 | 230 | - |
| CMYK | 0.65 | 0.99 | 0 | 0.10 |
| HSL | 260.62º | 0.97% | 0.46% | - |
| HSV(B) | 260.62º | 0.99% | 0.9% | - |
| XYZ | 17.71 | 7.53 | 75.38 | - |
| YUV | 52.2 | 228.34 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 3 | 230 | 0.65 | 0.99 | 0 | 0.10 | 260.62 | 0.97 | 0.46 |
| Hex | 51 | 3 | E6 | 41 | 63 | 0 | A | 105 | 61 | 2E |
| Octal | 121 | 3 | 346 | 101 | 143 | 0 | 12 | 405 | 141 | 56 |
| Binary | 1010001 | 11 | 11100110 | 1000001 | 1100011 | 0 | 1010 | 100000101 | 1100001 | 101110 |
Color Harmonies of #5103E6
Complementary color
Monochromatic Colors of #5103E6
Black with #5103E6
Text Example
Text Example
White with #5103E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5103E6; }
p { color: rgb(81,3,230); }
H1.HeaderClassName
{
color: #5103E6;
}
.AnyTagClassName
{
color: #5103E6;
}
</style>
background-color css
<style>
a { background-color: #5103E6; }
a { background-color: rgb(81,3,230); }
div.DivClassName
{
background-color: #5103E6;
}
.BgClassName
{
background-color: #5103E6;
}
</style>
border-color css
<style>
span { border-color: #5103E6; }
span { border-color: rgb(81,3,230); }
td.TdClassName
{
border-color: #5103E6;
}
.TagClassName
{
border-color: #5103E6;
}
</style>