Shades of Han Purple #4917FE
Tints of Han Purple #4917FE
RGB
CMYK
RGB Variations
Color information
#4917FE (or 0x4917FE) is known color: Han Purple. HEX triplet: 49, 17 and FE. RGB value is (73,23,254). Sum of RGB (Red+Green+Blue) = 73+23+254=350 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.86% from 350); Green value is 23 (9.38% from 255 or 6.57% from 350); Blue value is 254 (99.61% from 255 or 72.57% from 350); Max value from RGB is 254 - color contains mainly: blue. Hex color #4917FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4917FE is #B6E801. Grayscale: #3F3F3F. Windows color (decimal): -11986946 or 16652105. OLE color: 16652105.
HSL color Cylindrical-coordinate representation of color #4917FE: hue angle of 252.99º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4917FE is Cyan = 0.71, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 73 | 23 | 254 | - |
| CMYK | 0.71 | 0.91 | 0 | 0.00 |
| HSL | 252.99º | 0.99% | 0.54% | - |
| HSV(B) | 252.99º | 0.91% | 1% | - |
| XYZ | 20.94 | 9.19 | 94.43 | - |
| YUV | 64.28 | 235.07 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 23 | 254 | 0.71 | 0.91 | 0 | 0.00 | 252.99 | 0.99 | 0.54 |
| Hex | 49 | 17 | FE | 47 | 5B | 0 | 0 | FD | 63 | 36 |
| Octal | 111 | 27 | 376 | 107 | 133 | 0 | 0 | 375 | 143 | 66 |
| Binary | 1001001 | 10111 | 11111110 | 1000111 | 1011011 | 0 | 0 | 11111101 | 1100011 | 110110 |
Color Harmonies of #4917FE
Complementary color
Monochromatic Colors of #4917FE
Black with #4917FE
Text Example
Text Example
White with #4917FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4917FE; }
p { color: rgb(73,23,254); }
H1.HeaderClassName
{
color: #4917FE;
}
.AnyTagClassName
{
color: #4917FE;
}
</style>
background-color css
<style>
a { background-color: #4917FE; }
a { background-color: rgb(73,23,254); }
div.DivClassName
{
background-color: #4917FE;
}
.BgClassName
{
background-color: #4917FE;
}
</style>
border-color css
<style>
span { border-color: #4917FE; }
span { border-color: rgb(73,23,254); }
td.TdClassName
{
border-color: #4917FE;
}
.TagClassName
{
border-color: #4917FE;
}
</style>