Shades of Han Purple #4A11FF
Tints of Han Purple #4A11FF
RGB
CMYK
RGB Variations
Color information
#4A11FF (or 0x4A11FF) is known color: Han Purple. HEX triplet: 4A, 11 and FF. RGB value is (74,17,255). Sum of RGB (Red+Green+Blue) = 74+17+255=346 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.39% from 346); Green value is 17 (7.03% from 255 or 4.91% from 346); Blue value is 255 (100% from 255 or 73.70% from 346); Max value from RGB is 255 - color contains mainly: blue. Hex color #4A11FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4A11FF is #B5EE00. Grayscale: #3C3C3C. Windows color (decimal): -11922945 or 16716106. OLE color: 16716106.
HSL color Cylindrical-coordinate representation of color #4A11FF: hue angle of 254.37º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4A11FF is Cyan = 0.71, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 74 | 17 | 255 | - |
| CMYK | 0.71 | 0.93 | 0 | 0 |
| HSL | 254.37º | 1% | 0.53% | - |
| HSV(B) | 254.37º | 0.93% | 1% | - |
| XYZ | 21.07 | 9.08 | 95.25 | - |
| YUV | 61.18 | 237.38 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 17 | 255 | 0.71 | 0.93 | 0 | 0 | 254.37 | 1 | 0.53 |
| Hex | 4A | 11 | FF | 47 | 5D | 0 | 0 | FE | 64 | 35 |
| Octal | 112 | 21 | 377 | 107 | 135 | 0 | 0 | 376 | 144 | 65 |
| Binary | 1001010 | 10001 | 11111111 | 1000111 | 1011101 | 0 | 0 | 11111110 | 1100100 | 110101 |
Color Harmonies of #4A11FF
Complementary color
Monochromatic Colors of #4A11FF
Black with #4A11FF
Text Example
Text Example
White with #4A11FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A11FF; }
p { color: rgb(74,17,255); }
H1.HeaderClassName
{
color: #4A11FF;
}
.AnyTagClassName
{
color: #4A11FF;
}
</style>
background-color css
<style>
a { background-color: #4A11FF; }
a { background-color: rgb(74,17,255); }
div.DivClassName
{
background-color: #4A11FF;
}
.BgClassName
{
background-color: #4A11FF;
}
</style>
border-color css
<style>
span { border-color: #4A11FF; }
span { border-color: rgb(74,17,255); }
td.TdClassName
{
border-color: #4A11FF;
}
.TagClassName
{
border-color: #4A11FF;
}
</style>