Shades of Han Purple #4812FE
Tints of Han Purple #4812FE
RGB
CMYK
RGB Variations
Color information
#4812FE (or 0x4812FE) is known color: Han Purple. HEX triplet: 48, 12 and FE. RGB value is (72,18,254). Sum of RGB (Red+Green+Blue) = 72+18+254=344 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.93% from 344); Green value is 18 (7.42% from 255 or 5.23% from 344); Blue value is 254 (99.61% from 255 or 73.84% from 344); Max value from RGB is 254 - color contains mainly: blue. Hex color #4812FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4812FE is #B7ED01. Grayscale: #3C3C3C. Windows color (decimal): -12053762 or 16650824. OLE color: 16650824.
HSL color Cylindrical-coordinate representation of color #4812FE: hue angle of 253.73º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4812FE is Cyan = 0.72, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 72 | 18 | 254 | - |
| CMYK | 0.72 | 0.93 | 0 | 0.00 |
| HSL | 253.73º | 0.99% | 0.53% | - |
| HSV(B) | 253.73º | 0.93% | 1% | - |
| XYZ | 20.78 | 8.97 | 94.4 | - |
| YUV | 61.05 | 236.89 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 18 | 254 | 0.72 | 0.93 | 0 | 0.00 | 253.73 | 0.99 | 0.53 |
| Hex | 48 | 12 | FE | 48 | 5D | 0 | 0 | FE | 63 | 35 |
| Octal | 110 | 22 | 376 | 110 | 135 | 0 | 0 | 376 | 143 | 65 |
| Binary | 1001000 | 10010 | 11111110 | 1001000 | 1011101 | 0 | 0 | 11111110 | 1100011 | 110101 |
Color Harmonies of #4812FE
Complementary color
Monochromatic Colors of #4812FE
Black with #4812FE
Text Example
Text Example
White with #4812FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4812FE; }
p { color: rgb(72,18,254); }
H1.HeaderClassName
{
color: #4812FE;
}
.AnyTagClassName
{
color: #4812FE;
}
</style>
background-color css
<style>
a { background-color: #4812FE; }
a { background-color: rgb(72,18,254); }
div.DivClassName
{
background-color: #4812FE;
}
.BgClassName
{
background-color: #4812FE;
}
</style>
border-color css
<style>
span { border-color: #4812FE; }
span { border-color: rgb(72,18,254); }
td.TdClassName
{
border-color: #4812FE;
}
.TagClassName
{
border-color: #4812FE;
}
</style>