Shades of Han Purple #4A18DC
Tints of Han Purple #4A18DC
RGB
CMYK
RGB Variations
Color information
#4A18DC (or 0x4A18DC) is known color: Han Purple. HEX triplet: 4A, 18 and DC. RGB value is (74,24,220). Sum of RGB (Red+Green+Blue) = 74+24+220=318 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.27% from 318); Green value is 24 (9.77% from 255 or 7.55% from 318); Blue value is 220 (86.33% from 255 or 69.18% from 318); Max value from RGB is 220 - color contains mainly: blue. Hex color #4A18DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4A18DC is #B5E723. Grayscale: #3C3C3C. Windows color (decimal): -11921188 or 14424138. OLE color: 14424138.
HSL color Cylindrical-coordinate representation of color #4A18DC: hue angle of 255.31º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4A18DC is Cyan = 0.66, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 24 | 220 | - |
| CMYK | 0.66 | 0.89 | 0 | 0.14 |
| HSL | 255.31º | 0.8% | 0.48% | - |
| HSV(B) | 255.31º | 0.89% | 0.86% | - |
| XYZ | 16.07 | 7.28 | 68.27 | - |
| YUV | 61.29 | 217.57 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 24 | 220 | 0.66 | 0.89 | 0 | 0.14 | 255.31 | 0.8 | 0.48 |
| Hex | 4A | 18 | DC | 42 | 59 | 0 | E | FF | 50 | 30 |
| Octal | 112 | 30 | 334 | 102 | 131 | 0 | 16 | 377 | 120 | 60 |
| Binary | 1001010 | 11000 | 11011100 | 1000010 | 1011001 | 0 | 1110 | 11111111 | 1010000 | 110000 |
Color Harmonies of #4A18DC
Complementary color
Monochromatic Colors of #4A18DC
Black with #4A18DC
Text Example
Text Example
White with #4A18DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A18DC; }
p { color: rgb(74,24,220); }
H1.HeaderClassName
{
color: #4A18DC;
}
.AnyTagClassName
{
color: #4A18DC;
}
</style>
background-color css
<style>
a { background-color: #4A18DC; }
a { background-color: rgb(74,24,220); }
div.DivClassName
{
background-color: #4A18DC;
}
.BgClassName
{
background-color: #4A18DC;
}
</style>
border-color css
<style>
span { border-color: #4A18DC; }
span { border-color: rgb(74,24,220); }
td.TdClassName
{
border-color: #4A18DC;
}
.TagClassName
{
border-color: #4A18DC;
}
</style>