Shades of Han Purple #4918FF
Tints of Han Purple #4918FF
RGB
CMYK
RGB Variations
Color information
#4918FF (or 0x4918FF) is known color: Han Purple. HEX triplet: 49, 18 and FF. RGB value is (73,24,255). Sum of RGB (Red+Green+Blue) = 73+24+255=352 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.74% from 352); Green value is 24 (9.77% from 255 or 6.82% from 352); Blue value is 255 (100% from 255 or 72.44% from 352); Max value from RGB is 255 - color contains mainly: blue. Hex color #4918FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4918FF is #B6E700. Grayscale: #404040. Windows color (decimal): -11986689 or 16717897. OLE color: 16717897.
HSL color Cylindrical-coordinate representation of color #4918FF: hue angle of 252.73º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4918FF is Cyan = 0.71, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 24 | 255 | - |
| CMYK | 0.71 | 0.91 | 0 | 0 |
| HSL | 252.73º | 1% | 0.55% | - |
| HSV(B) | 252.73º | 0.91% | 1% | - |
| XYZ | 21.12 | 9.29 | 95.29 | - |
| YUV | 64.99 | 235.23 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 24 | 255 | 0.71 | 0.91 | 0 | 0 | 252.73 | 1 | 0.55 |
| Hex | 49 | 18 | FF | 47 | 5B | 0 | 0 | FD | 64 | 37 |
| Octal | 111 | 30 | 377 | 107 | 133 | 0 | 0 | 375 | 144 | 67 |
| Binary | 1001001 | 11000 | 11111111 | 1000111 | 1011011 | 0 | 0 | 11111101 | 1100100 | 110111 |
Color Harmonies of #4918FF
Complementary color
Monochromatic Colors of #4918FF
Black with #4918FF
Text Example
Text Example
White with #4918FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4918FF; }
p { color: rgb(73,24,255); }
H1.HeaderClassName
{
color: #4918FF;
}
.AnyTagClassName
{
color: #4918FF;
}
</style>
background-color css
<style>
a { background-color: #4918FF; }
a { background-color: rgb(73,24,255); }
div.DivClassName
{
background-color: #4918FF;
}
.BgClassName
{
background-color: #4918FF;
}
</style>
border-color css
<style>
span { border-color: #4918FF; }
span { border-color: rgb(73,24,255); }
td.TdClassName
{
border-color: #4918FF;
}
.TagClassName
{
border-color: #4918FF;
}
</style>