Shades of Han Purple #4A10DD
Tints of Han Purple #4A10DD
RGB
CMYK
RGB Variations
Color information
#4A10DD (or 0x4A10DD) is known color: Han Purple. HEX triplet: 4A, 10 and DD. RGB value is (74,16,221). Sum of RGB (Red+Green+Blue) = 74+16+221=311 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.79% from 311); Green value is 16 (6.64% from 255 or 5.14% from 311); Blue value is 221 (86.72% from 255 or 71.06% from 311); Max value from RGB is 221 - color contains mainly: blue. Hex color #4A10DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4A10DD is #B5EF22. Grayscale: #373737. Windows color (decimal): -11923235 or 14487626. OLE color: 14487626.
HSL color Cylindrical-coordinate representation of color #4A10DD: hue angle of 256.98º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4A10DD is Cyan = 0.67, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 16 | 221 | - |
| CMYK | 0.67 | 0.93 | 0 | 0.13 |
| HSL | 256.98º | 0.86% | 0.46% | - |
| HSV(B) | 256.98º | 0.93% | 0.87% | - |
| XYZ | 16.06 | 7.05 | 68.92 | - |
| YUV | 56.71 | 220.72 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 16 | 221 | 0.67 | 0.93 | 0 | 0.13 | 256.98 | 0.86 | 0.46 |
| Hex | 4A | 10 | DD | 43 | 5D | 0 | D | 101 | 56 | 2E |
| Octal | 112 | 20 | 335 | 103 | 135 | 0 | 15 | 401 | 126 | 56 |
| Binary | 1001010 | 10000 | 11011101 | 1000011 | 1011101 | 0 | 1101 | 100000001 | 1010110 | 101110 |
Color Harmonies of #4A10DD
Complementary color
Monochromatic Colors of #4A10DD
Black with #4A10DD
Text Example
Text Example
White with #4A10DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A10DD; }
p { color: rgb(74,16,221); }
H1.HeaderClassName
{
color: #4A10DD;
}
.AnyTagClassName
{
color: #4A10DD;
}
</style>
background-color css
<style>
a { background-color: #4A10DD; }
a { background-color: rgb(74,16,221); }
div.DivClassName
{
background-color: #4A10DD;
}
.BgClassName
{
background-color: #4A10DD;
}
</style>
border-color css
<style>
span { border-color: #4A10DD; }
span { border-color: rgb(74,16,221); }
td.TdClassName
{
border-color: #4A10DD;
}
.TagClassName
{
border-color: #4A10DD;
}
</style>