Shades of Han Purple #4913FE
Tints of Han Purple #4913FE
RGB
CMYK
RGB Variations
Color information
#4913FE (or 0x4913FE) is known color: Han Purple. HEX triplet: 49, 13 and FE. RGB value is (73,19,254). Sum of RGB (Red+Green+Blue) = 73+19+254=346 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.10% from 346); Green value is 19 (7.81% from 255 or 5.49% from 346); Blue value is 254 (99.61% from 255 or 73.41% from 346); Max value from RGB is 254 - color contains mainly: blue. Hex color #4913FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4913FE is #B6EC01. Grayscale: #3D3D3D. Windows color (decimal): -11987970 or 16651081. OLE color: 16651081.
HSL color Cylindrical-coordinate representation of color #4913FE: hue angle of 253.79º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4913FE is Cyan = 0.71, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 73 | 19 | 254 | - |
| CMYK | 0.71 | 0.93 | 0 | 0.00 |
| HSL | 253.79º | 0.99% | 0.54% | - |
| HSV(B) | 253.79º | 0.93% | 1% | - |
| XYZ | 20.87 | 9.04 | 94.41 | - |
| YUV | 61.94 | 236.39 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 19 | 254 | 0.71 | 0.93 | 0 | 0.00 | 253.79 | 0.99 | 0.54 |
| Hex | 49 | 13 | FE | 47 | 5D | 0 | 0 | FE | 63 | 36 |
| Octal | 111 | 23 | 376 | 107 | 135 | 0 | 0 | 376 | 143 | 66 |
| Binary | 1001001 | 10011 | 11111110 | 1000111 | 1011101 | 0 | 0 | 11111110 | 1100011 | 110110 |
Color Harmonies of #4913FE
Complementary color
Monochromatic Colors of #4913FE
Black with #4913FE
Text Example
Text Example
White with #4913FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4913FE; }
p { color: rgb(73,19,254); }
H1.HeaderClassName
{
color: #4913FE;
}
.AnyTagClassName
{
color: #4913FE;
}
</style>
background-color css
<style>
a { background-color: #4913FE; }
a { background-color: rgb(73,19,254); }
div.DivClassName
{
background-color: #4913FE;
}
.BgClassName
{
background-color: #4913FE;
}
</style>
border-color css
<style>
span { border-color: #4913FE; }
span { border-color: rgb(73,19,254); }
td.TdClassName
{
border-color: #4913FE;
}
.TagClassName
{
border-color: #4913FE;
}
</style>