Shades of Han Purple #4A01DC
Tints of Han Purple #4A01DC
RGB
CMYK
RGB Variations
Color information
#4A01DC (or 0x4A01DC) is known color: Han Purple. HEX triplet: 4A, 01 and DC. RGB value is (74,1,220). Sum of RGB (Red+Green+Blue) = 74+1+220=295 (39% of max value = 765). Red value is 74 (29.30% from 255 or 25.08% from 295); Green value is 1 (0.78% from 255 or 0.34% from 295); Blue value is 220 (86.33% from 255 or 74.58% from 295); Max value from RGB is 220 - color contains mainly: blue. Hex color #4A01DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4A01DC is #B5FE23. Grayscale: #2E2E2E. Windows color (decimal): -11927076 or 14418250. OLE color: 14418250.
HSL color Cylindrical-coordinate representation of color #4A01DC: hue angle of 260º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4A01DC is Cyan = 0.66, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 1 | 220 | - |
| CMYK | 0.66 | 1.00 | 0 | 0.14 |
| HSL | 260º | 0.99% | 0.43% | - |
| HSV(B) | 260º | 1% | 0.86% | - |
| XYZ | 15.75 | 6.64 | 68.16 | - |
| YUV | 47.79 | 225.18 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 1 | 220 | 0.66 | 1.00 | 0 | 0.14 | 260 | 0.99 | 0.43 |
| Hex | 4A | 1 | DC | 42 | 64 | 0 | E | 104 | 63 | 2B |
| Octal | 112 | 1 | 334 | 102 | 144 | 0 | 16 | 404 | 143 | 53 |
| Binary | 1001010 | 1 | 11011100 | 1000010 | 1100100 | 0 | 1110 | 100000100 | 1100011 | 101011 |
Color Harmonies of #4A01DC
Complementary color
Monochromatic Colors of #4A01DC
Black with #4A01DC
Text Example
Text Example
White with #4A01DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A01DC; }
p { color: rgb(74,1,220); }
H1.HeaderClassName
{
color: #4A01DC;
}
.AnyTagClassName
{
color: #4A01DC;
}
</style>
background-color css
<style>
a { background-color: #4A01DC; }
a { background-color: rgb(74,1,220); }
div.DivClassName
{
background-color: #4A01DC;
}
.BgClassName
{
background-color: #4A01DC;
}
</style>
border-color css
<style>
span { border-color: #4A01DC; }
span { border-color: rgb(74,1,220); }
td.TdClassName
{
border-color: #4A01DC;
}
.TagClassName
{
border-color: #4A01DC;
}
</style>