Shades of Han Purple #4A0BE1
Tints of Han Purple #4A0BE1
RGB
CMYK
RGB Variations
Color information
#4A0BE1 (or 0x4A0BE1) is known color: Han Purple. HEX triplet: 4A, 0B and E1. RGB value is (74,11,225). Sum of RGB (Red+Green+Blue) = 74+11+225=310 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.87% from 310); Green value is 11 (4.69% from 255 or 3.55% from 310); Blue value is 225 (88.28% from 255 or 72.58% from 310); Max value from RGB is 225 - color contains mainly: blue. Hex color #4A0BE1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4A0BE1 is #B5F41E. Grayscale: #353535. Windows color (decimal): -11924511 or 14748490. OLE color: 14748490.
HSL color Cylindrical-coordinate representation of color #4A0BE1: hue angle of 257.66º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4A0BE1 is Cyan = 0.67, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 74 | 11 | 225 | - |
| CMYK | 0.67 | 0.95 | 0 | 0.12 |
| HSL | 257.66º | 0.91% | 0.46% | - |
| HSV(B) | 257.66º | 0.95% | 0.88% | - |
| XYZ | 16.53 | 7.13 | 71.74 | - |
| YUV | 54.23 | 224.37 | 142.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 11 | 225 | 0.67 | 0.95 | 0 | 0.12 | 257.66 | 0.91 | 0.46 |
| Hex | 4A | B | E1 | 43 | 5F | 0 | C | 102 | 5B | 2E |
| Octal | 112 | 13 | 341 | 103 | 137 | 0 | 14 | 402 | 133 | 56 |
| Binary | 1001010 | 1011 | 11100001 | 1000011 | 1011111 | 0 | 1100 | 100000010 | 1011011 | 101110 |
Color Harmonies of #4A0BE1
Complementary color
Monochromatic Colors of #4A0BE1
Black with #4A0BE1
Text Example
Text Example
White with #4A0BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0BE1; }
p { color: rgb(74,11,225); }
H1.HeaderClassName
{
color: #4A0BE1;
}
.AnyTagClassName
{
color: #4A0BE1;
}
</style>
background-color css
<style>
a { background-color: #4A0BE1; }
a { background-color: rgb(74,11,225); }
div.DivClassName
{
background-color: #4A0BE1;
}
.BgClassName
{
background-color: #4A0BE1;
}
</style>
border-color css
<style>
span { border-color: #4A0BE1; }
span { border-color: rgb(74,11,225); }
td.TdClassName
{
border-color: #4A0BE1;
}
.TagClassName
{
border-color: #4A0BE1;
}
</style>