Shades of Han Purple #4A11FD
Tints of Han Purple #4A11FD
RGB
CMYK
RGB Variations
Color information
#4A11FD (or 0x4A11FD) is known color: Han Purple. HEX triplet: 4A, 11 and FD. RGB value is (74,17,253). Sum of RGB (Red+Green+Blue) = 74+17+253=344 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.51% from 344); Green value is 17 (7.03% from 255 or 4.94% from 344); Blue value is 253 (99.22% from 255 or 73.55% from 344); Max value from RGB is 253 - color contains mainly: blue. Hex color #4A11FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4A11FD is #B5EE02. Grayscale: #3C3C3C. Windows color (decimal): -11922947 or 16585034. OLE color: 16585034.
HSL color Cylindrical-coordinate representation of color #4A11FD: hue angle of 254.49º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4A11FD is Cyan = 0.71, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 74 | 17 | 253 | - |
| CMYK | 0.71 | 0.93 | 0 | 0.01 |
| HSL | 254.49º | 0.98% | 0.53% | - |
| HSV(B) | 254.49º | 0.93% | 0.99% | - |
| XYZ | 20.75 | 8.95 | 93.56 | - |
| YUV | 60.95 | 236.38 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 17 | 253 | 0.71 | 0.93 | 0 | 0.01 | 254.49 | 0.98 | 0.53 |
| Hex | 4A | 11 | FD | 47 | 5D | 0 | 1 | FE | 62 | 35 |
| Octal | 112 | 21 | 375 | 107 | 135 | 0 | 1 | 376 | 142 | 65 |
| Binary | 1001010 | 10001 | 11111101 | 1000111 | 1011101 | 0 | 1 | 11111110 | 1100010 | 110101 |
Color Harmonies of #4A11FD
Complementary color
Monochromatic Colors of #4A11FD
Black with #4A11FD
Text Example
Text Example
White with #4A11FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A11FD; }
p { color: rgb(74,17,253); }
H1.HeaderClassName
{
color: #4A11FD;
}
.AnyTagClassName
{
color: #4A11FD;
}
</style>
background-color css
<style>
a { background-color: #4A11FD; }
a { background-color: rgb(74,17,253); }
div.DivClassName
{
background-color: #4A11FD;
}
.BgClassName
{
background-color: #4A11FD;
}
</style>
border-color css
<style>
span { border-color: #4A11FD; }
span { border-color: rgb(74,17,253); }
td.TdClassName
{
border-color: #4A11FD;
}
.TagClassName
{
border-color: #4A11FD;
}
</style>