Shades of Han Purple #4816FF
Tints of Han Purple #4816FF
RGB
CMYK
RGB Variations
Color information
#4816FF (or 0x4816FF) is known color: Han Purple. HEX triplet: 48, 16 and FF. RGB value is (72,22,255). Sum of RGB (Red+Green+Blue) = 72+22+255=349 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.63% from 349); Green value is 22 (8.98% from 255 or 6.30% from 349); Blue value is 255 (100% from 255 or 73.07% from 349); Max value from RGB is 255 - color contains mainly: blue. Hex color #4816FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4816FF is #B7E900. Grayscale: #3E3E3E. Windows color (decimal): -12052737 or 16717384. OLE color: 16717384.
HSL color Cylindrical-coordinate representation of color #4816FF: hue angle of 252.88º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4816FF is Cyan = 0.72, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 72 | 22 | 255 | - |
| CMYK | 0.72 | 0.91 | 0 | 0 |
| HSL | 252.88º | 1% | 0.54% | - |
| HSV(B) | 252.88º | 0.91% | 1% | - |
| XYZ | 21.01 | 9.17 | 95.27 | - |
| YUV | 63.51 | 236.07 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 22 | 255 | 0.72 | 0.91 | 0 | 0 | 252.88 | 1 | 0.54 |
| Hex | 48 | 16 | FF | 48 | 5B | 0 | 0 | FD | 64 | 36 |
| Octal | 110 | 26 | 377 | 110 | 133 | 0 | 0 | 375 | 144 | 66 |
| Binary | 1001000 | 10110 | 11111111 | 1001000 | 1011011 | 0 | 0 | 11111101 | 1100100 | 110110 |
Color Harmonies of #4816FF
Complementary color
Monochromatic Colors of #4816FF
Black with #4816FF
Text Example
Text Example
White with #4816FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4816FF; }
p { color: rgb(72,22,255); }
H1.HeaderClassName
{
color: #4816FF;
}
.AnyTagClassName
{
color: #4816FF;
}
</style>
background-color css
<style>
a { background-color: #4816FF; }
a { background-color: rgb(72,22,255); }
div.DivClassName
{
background-color: #4816FF;
}
.BgClassName
{
background-color: #4816FF;
}
</style>
border-color css
<style>
span { border-color: #4816FF; }
span { border-color: rgb(72,22,255); }
td.TdClassName
{
border-color: #4816FF;
}
.TagClassName
{
border-color: #4816FF;
}
</style>