Shades of Han Purple #4810EF
Tints of Han Purple #4810EF
RGB
CMYK
RGB Variations
Color information
#4810EF (or 0x4810EF) is known color: Han Purple. HEX triplet: 48, 10 and EF. RGB value is (72,16,239). Sum of RGB (Red+Green+Blue) = 72+16+239=327 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.02% from 327); Green value is 16 (6.64% from 255 or 4.89% from 327); Blue value is 239 (93.75% from 255 or 73.09% from 327); Max value from RGB is 239 - color contains mainly: blue. Hex color #4810EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4810EF is #B7EF10. Grayscale: #393939. Windows color (decimal): -12054289 or 15667272. OLE color: 15667272.
HSL color Cylindrical-coordinate representation of color #4810EF: hue angle of 255.07º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4810EF is Cyan = 0.70, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 72 | 16 | 239 | - |
| CMYK | 0.70 | 0.93 | 0 | 0.06 |
| HSL | 255.07º | 0.87% | 0.5% | - |
| HSV(B) | 255.07º | 0.93% | 0.94% | - |
| XYZ | 18.44 | 7.98 | 82.23 | - |
| YUV | 58.17 | 230.05 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 16 | 239 | 0.70 | 0.93 | 0 | 0.06 | 255.07 | 0.87 | 0.5 |
| Hex | 48 | 10 | EF | 46 | 5D | 0 | 6 | FF | 57 | 32 |
| Octal | 110 | 20 | 357 | 106 | 135 | 0 | 6 | 377 | 127 | 62 |
| Binary | 1001000 | 10000 | 11101111 | 1000110 | 1011101 | 0 | 110 | 11111111 | 1010111 | 110010 |
Color Harmonies of #4810EF
Complementary color
Monochromatic Colors of #4810EF
Black with #4810EF
Text Example
Text Example
White with #4810EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4810EF; }
p { color: rgb(72,16,239); }
H1.HeaderClassName
{
color: #4810EF;
}
.AnyTagClassName
{
color: #4810EF;
}
</style>
background-color css
<style>
a { background-color: #4810EF; }
a { background-color: rgb(72,16,239); }
div.DivClassName
{
background-color: #4810EF;
}
.BgClassName
{
background-color: #4810EF;
}
</style>
border-color css
<style>
span { border-color: #4810EF; }
span { border-color: rgb(72,16,239); }
td.TdClassName
{
border-color: #4810EF;
}
.TagClassName
{
border-color: #4810EF;
}
</style>