Shades of Han Purple #4913FF
Tints of Han Purple #4913FF
RGB
CMYK
RGB Variations
Color information
#4913FF (or 0x4913FF) is known color: Han Purple. HEX triplet: 49, 13 and FF. RGB value is (73,19,255). Sum of RGB (Red+Green+Blue) = 73+19+255=347 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.04% from 347); Green value is 19 (7.81% from 255 or 5.48% from 347); Blue value is 255 (100% from 255 or 73.49% from 347); Max value from RGB is 255 - color contains mainly: blue. Hex color #4913FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4913FF is #B6EC00. Grayscale: #3D3D3D. Windows color (decimal): -11987969 or 16716617. OLE color: 16716617.
HSL color Cylindrical-coordinate representation of color #4913FF: hue angle of 253.73º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4913FF is Cyan = 0.71, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 19 | 255 | - |
| CMYK | 0.71 | 0.93 | 0 | 0 |
| HSL | 253.73º | 1% | 0.54% | - |
| HSV(B) | 253.73º | 0.93% | 1% | - |
| XYZ | 21.03 | 9.1 | 95.26 | - |
| YUV | 62.05 | 236.89 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 19 | 255 | 0.71 | 0.93 | 0 | 0 | 253.73 | 1 | 0.54 |
| Hex | 49 | 13 | FF | 47 | 5D | 0 | 0 | FE | 64 | 36 |
| Octal | 111 | 23 | 377 | 107 | 135 | 0 | 0 | 376 | 144 | 66 |
| Binary | 1001001 | 10011 | 11111111 | 1000111 | 1011101 | 0 | 0 | 11111110 | 1100100 | 110110 |
Color Harmonies of #4913FF
Complementary color
Monochromatic Colors of #4913FF
Black with #4913FF
Text Example
Text Example
White with #4913FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4913FF; }
p { color: rgb(73,19,255); }
H1.HeaderClassName
{
color: #4913FF;
}
.AnyTagClassName
{
color: #4913FF;
}
</style>
background-color css
<style>
a { background-color: #4913FF; }
a { background-color: rgb(73,19,255); }
div.DivClassName
{
background-color: #4913FF;
}
.BgClassName
{
background-color: #4913FF;
}
</style>
border-color css
<style>
span { border-color: #4913FF; }
span { border-color: rgb(73,19,255); }
td.TdClassName
{
border-color: #4913FF;
}
.TagClassName
{
border-color: #4913FF;
}
</style>