Shades of Han Purple #4914D4
Tints of Han Purple #4914D4
RGB
CMYK
RGB Variations
Color information
#4914D4 (or 0x4914D4) is known color: Han Purple. HEX triplet: 49, 14 and D4. RGB value is (73,20,212). Sum of RGB (Red+Green+Blue) = 73+20+212=305 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.93% from 305); Green value is 20 (8.20% from 255 or 6.56% from 305); Blue value is 212 (83.20% from 255 or 69.51% from 305); Max value from RGB is 212 - color contains mainly: blue. Hex color #4914D4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4914D4 is #B6EB2B. Grayscale: #393939. Windows color (decimal): -11987756 or 13898825. OLE color: 13898825.
HSL color Cylindrical-coordinate representation of color #4914D4: hue angle of 256.56º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4914D4 is Cyan = 0.66, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 73 | 20 | 212 | - |
| CMYK | 0.66 | 0.91 | 0 | 0.17 |
| HSL | 256.56º | 0.83% | 0.45% | - |
| HSV(B) | 256.56º | 0.91% | 0.83% | - |
| XYZ | 14.88 | 6.67 | 62.79 | - |
| YUV | 57.74 | 215.06 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 20 | 212 | 0.66 | 0.91 | 0 | 0.17 | 256.56 | 0.83 | 0.45 |
| Hex | 49 | 14 | D4 | 42 | 5B | 0 | 11 | 101 | 53 | 2D |
| Octal | 111 | 24 | 324 | 102 | 133 | 0 | 21 | 401 | 123 | 55 |
| Binary | 1001001 | 10100 | 11010100 | 1000010 | 1011011 | 0 | 10001 | 100000001 | 1010011 | 101101 |
Color Harmonies of #4914D4
Complementary color
Monochromatic Colors of #4914D4
Black with #4914D4
Text Example
Text Example
White with #4914D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4914D4; }
p { color: rgb(73,20,212); }
H1.HeaderClassName
{
color: #4914D4;
}
.AnyTagClassName
{
color: #4914D4;
}
</style>
background-color css
<style>
a { background-color: #4914D4; }
a { background-color: rgb(73,20,212); }
div.DivClassName
{
background-color: #4914D4;
}
.BgClassName
{
background-color: #4914D4;
}
</style>
border-color css
<style>
span { border-color: #4914D4; }
span { border-color: rgb(73,20,212); }
td.TdClassName
{
border-color: #4914D4;
}
.TagClassName
{
border-color: #4914D4;
}
</style>