Shades of Han Purple #4914D5
Tints of Han Purple #4914D5
RGB
CMYK
RGB Variations
Color information
#4914D5 (or 0x4914D5) is known color: Han Purple. HEX triplet: 49, 14 and D5. RGB value is (73,20,213). Sum of RGB (Red+Green+Blue) = 73+20+213=306 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.86% from 306); Green value is 20 (8.20% from 255 or 6.54% from 306); Blue value is 213 (83.59% from 255 or 69.61% from 306); Max value from RGB is 213 - color contains mainly: blue. Hex color #4914D5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4914D5 is #B6EB2A. Grayscale: #393939. Windows color (decimal): -11987755 or 13964361. OLE color: 13964361.
HSL color Cylindrical-coordinate representation of color #4914D5: hue angle of 256.48º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4914D5 is Cyan = 0.66, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 20 | 213 | - |
| CMYK | 0.66 | 0.91 | 0 | 0.16 |
| HSL | 256.48º | 0.83% | 0.46% | - |
| HSV(B) | 256.48º | 0.91% | 0.84% | - |
| XYZ | 15.01 | 6.72 | 63.46 | - |
| YUV | 57.85 | 215.56 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 20 | 213 | 0.66 | 0.91 | 0 | 0.16 | 256.48 | 0.83 | 0.46 |
| Hex | 49 | 14 | D5 | 42 | 5B | 0 | 10 | 100 | 53 | 2E |
| Octal | 111 | 24 | 325 | 102 | 133 | 0 | 20 | 400 | 123 | 56 |
| Binary | 1001001 | 10100 | 11010101 | 1000010 | 1011011 | 0 | 10000 | 100000000 | 1010011 | 101110 |
Color Harmonies of #4914D5
Complementary color
Monochromatic Colors of #4914D5
Black with #4914D5
Text Example
Text Example
White with #4914D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4914D5; }
p { color: rgb(73,20,213); }
H1.HeaderClassName
{
color: #4914D5;
}
.AnyTagClassName
{
color: #4914D5;
}
</style>
background-color css
<style>
a { background-color: #4914D5; }
a { background-color: rgb(73,20,213); }
div.DivClassName
{
background-color: #4914D5;
}
.BgClassName
{
background-color: #4914D5;
}
</style>
border-color css
<style>
span { border-color: #4914D5; }
span { border-color: rgb(73,20,213); }
td.TdClassName
{
border-color: #4914D5;
}
.TagClassName
{
border-color: #4914D5;
}
</style>