Shades of Han Purple #4A16EB
Tints of Han Purple #4A16EB
RGB
CMYK
RGB Variations
Color information
#4A16EB (or 0x4A16EB) is known color: Han Purple. HEX triplet: 4A, 16 and EB. RGB value is (74,22,235). Sum of RGB (Red+Green+Blue) = 74+22+235=331 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.36% from 331); Green value is 22 (8.98% from 255 or 6.65% from 331); Blue value is 235 (92.19% from 255 or 71.00% from 331); Max value from RGB is 235 - color contains mainly: blue. Hex color #4A16EB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4A16EB is #B5E914. Grayscale: #3D3D3D. Windows color (decimal): -11921685 or 15406666. OLE color: 15406666.
HSL color Cylindrical-coordinate representation of color #4A16EB: hue angle of 254.65º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4A16EB is Cyan = 0.69, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 74 | 22 | 235 | - |
| CMYK | 0.69 | 0.91 | 0 | 0.08 |
| HSL | 254.65º | 0.84% | 0.5% | - |
| HSV(B) | 254.65º | 0.91% | 0.92% | - |
| XYZ | 18.11 | 8.03 | 79.19 | - |
| YUV | 61.83 | 225.73 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 22 | 235 | 0.69 | 0.91 | 0 | 0.08 | 254.65 | 0.84 | 0.5 |
| Hex | 4A | 16 | EB | 45 | 5B | 0 | 8 | FF | 54 | 32 |
| Octal | 112 | 26 | 353 | 105 | 133 | 0 | 10 | 377 | 124 | 62 |
| Binary | 1001010 | 10110 | 11101011 | 1000101 | 1011011 | 0 | 1000 | 11111111 | 1010100 | 110010 |
Color Harmonies of #4A16EB
Complementary color
Monochromatic Colors of #4A16EB
Black with #4A16EB
Text Example
Text Example
White with #4A16EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A16EB; }
p { color: rgb(74,22,235); }
H1.HeaderClassName
{
color: #4A16EB;
}
.AnyTagClassName
{
color: #4A16EB;
}
</style>
background-color css
<style>
a { background-color: #4A16EB; }
a { background-color: rgb(74,22,235); }
div.DivClassName
{
background-color: #4A16EB;
}
.BgClassName
{
background-color: #4A16EB;
}
</style>
border-color css
<style>
span { border-color: #4A16EB; }
span { border-color: rgb(74,22,235); }
td.TdClassName
{
border-color: #4A16EB;
}
.TagClassName
{
border-color: #4A16EB;
}
</style>