Shades of Han Purple #4810E6
Tints of Han Purple #4810E6
RGB
CMYK
RGB Variations
Color information
#4810E6 (or 0x4810E6) is known color: Han Purple. HEX triplet: 48, 10 and E6. RGB value is (72,16,230). Sum of RGB (Red+Green+Blue) = 72+16+230=318 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.64% from 318); Green value is 16 (6.64% from 255 or 5.03% from 318); Blue value is 230 (90.23% from 255 or 72.33% from 318); Max value from RGB is 230 - color contains mainly: blue. Hex color #4810E6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4810E6 is #B7EF19. Grayscale: #383838. Windows color (decimal): -12054298 or 15077448. OLE color: 15077448.
HSL color Cylindrical-coordinate representation of color #4810E6: hue angle of 255.7º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4810E6 is Cyan = 0.69, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 72 | 16 | 230 | - |
| CMYK | 0.69 | 0.93 | 0 | 0.10 |
| HSL | 255.7º | 0.87% | 0.48% | - |
| HSV(B) | 255.7º | 0.93% | 0.9% | - |
| XYZ | 17.14 | 7.46 | 75.4 | - |
| YUV | 57.14 | 225.55 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 16 | 230 | 0.69 | 0.93 | 0 | 0.10 | 255.7 | 0.87 | 0.48 |
| Hex | 48 | 10 | E6 | 45 | 5D | 0 | A | 100 | 57 | 30 |
| Octal | 110 | 20 | 346 | 105 | 135 | 0 | 12 | 400 | 127 | 60 |
| Binary | 1001000 | 10000 | 11100110 | 1000101 | 1011101 | 0 | 1010 | 100000000 | 1010111 | 110000 |
Color Harmonies of #4810E6
Complementary color
Monochromatic Colors of #4810E6
Black with #4810E6
Text Example
Text Example
White with #4810E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4810E6; }
p { color: rgb(72,16,230); }
H1.HeaderClassName
{
color: #4810E6;
}
.AnyTagClassName
{
color: #4810E6;
}
</style>
background-color css
<style>
a { background-color: #4810E6; }
a { background-color: rgb(72,16,230); }
div.DivClassName
{
background-color: #4810E6;
}
.BgClassName
{
background-color: #4810E6;
}
</style>
border-color css
<style>
span { border-color: #4810E6; }
span { border-color: rgb(72,16,230); }
td.TdClassName
{
border-color: #4810E6;
}
.TagClassName
{
border-color: #4810E6;
}
</style>