Shades of Han Purple #4810FE
Tints of Han Purple #4810FE
RGB
CMYK
RGB Variations
Color information
#4810FE (or 0x4810FE) is known color: Han Purple. HEX triplet: 48, 10 and FE. RGB value is (72,16,254). Sum of RGB (Red+Green+Blue) = 72+16+254=342 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.05% from 342); Green value is 16 (6.64% from 255 or 4.68% from 342); Blue value is 254 (99.61% from 255 or 74.27% from 342); Max value from RGB is 254 - color contains mainly: blue. Hex color #4810FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4810FE is #B7EF01. Grayscale: #3A3A3A. Windows color (decimal): -12054274 or 16650312. OLE color: 16650312.
HSL color Cylindrical-coordinate representation of color #4810FE: hue angle of 254.12º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4810FE is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 72 | 16 | 254 | - |
| CMYK | 0.72 | 0.94 | 0 | 0.00 |
| HSL | 254.12º | 0.99% | 0.53% | - |
| HSV(B) | 254.12º | 0.94% | 1% | - |
| XYZ | 20.75 | 8.9 | 94.39 | - |
| YUV | 59.88 | 237.55 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 16 | 254 | 0.72 | 0.94 | 0 | 0.00 | 254.12 | 0.99 | 0.53 |
| Hex | 48 | 10 | FE | 48 | 5E | 0 | 0 | FE | 63 | 35 |
| Octal | 110 | 20 | 376 | 110 | 136 | 0 | 0 | 376 | 143 | 65 |
| Binary | 1001000 | 10000 | 11111110 | 1001000 | 1011110 | 0 | 0 | 11111110 | 1100011 | 110101 |
Color Harmonies of #4810FE
Complementary color
Monochromatic Colors of #4810FE
Black with #4810FE
Text Example
Text Example
White with #4810FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4810FE; }
p { color: rgb(72,16,254); }
H1.HeaderClassName
{
color: #4810FE;
}
.AnyTagClassName
{
color: #4810FE;
}
</style>
background-color css
<style>
a { background-color: #4810FE; }
a { background-color: rgb(72,16,254); }
div.DivClassName
{
background-color: #4810FE;
}
.BgClassName
{
background-color: #4810FE;
}
</style>
border-color css
<style>
span { border-color: #4810FE; }
span { border-color: rgb(72,16,254); }
td.TdClassName
{
border-color: #4810FE;
}
.TagClassName
{
border-color: #4810FE;
}
</style>