Shades of Han Purple #4A18DA
Tints of Han Purple #4A18DA
RGB
CMYK
RGB Variations
Color information
#4A18DA (or 0x4A18DA) is known color: Han Purple. HEX triplet: 4A, 18 and DA. RGB value is (74,24,218). Sum of RGB (Red+Green+Blue) = 74+24+218=316 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.42% from 316); Green value is 24 (9.77% from 255 or 7.59% from 316); Blue value is 218 (85.55% from 255 or 68.99% from 316); Max value from RGB is 218 - color contains mainly: blue. Hex color #4A18DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4A18DA is #B5E725. Grayscale: #3C3C3C. Windows color (decimal): -11921190 or 14293066. OLE color: 14293066.
HSL color Cylindrical-coordinate representation of color #4A18DA: hue angle of 255.46º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4A18DA is Cyan = 0.66, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 74 | 24 | 218 | - |
| CMYK | 0.66 | 0.89 | 0 | 0.15 |
| HSL | 255.46º | 0.8% | 0.47% | - |
| HSV(B) | 255.46º | 0.89% | 0.85% | - |
| XYZ | 15.81 | 7.17 | 66.88 | - |
| YUV | 61.07 | 216.57 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 24 | 218 | 0.66 | 0.89 | 0 | 0.15 | 255.46 | 0.8 | 0.47 |
| Hex | 4A | 18 | DA | 42 | 59 | 0 | F | FF | 50 | 2F |
| Octal | 112 | 30 | 332 | 102 | 131 | 0 | 17 | 377 | 120 | 57 |
| Binary | 1001010 | 11000 | 11011010 | 1000010 | 1011001 | 0 | 1111 | 11111111 | 1010000 | 101111 |
Color Harmonies of #4A18DA
Complementary color
Monochromatic Colors of #4A18DA
Black with #4A18DA
Text Example
Text Example
White with #4A18DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A18DA; }
p { color: rgb(74,24,218); }
H1.HeaderClassName
{
color: #4A18DA;
}
.AnyTagClassName
{
color: #4A18DA;
}
</style>
background-color css
<style>
a { background-color: #4A18DA; }
a { background-color: rgb(74,24,218); }
div.DivClassName
{
background-color: #4A18DA;
}
.BgClassName
{
background-color: #4A18DA;
}
</style>
border-color css
<style>
span { border-color: #4A18DA; }
span { border-color: rgb(74,24,218); }
td.TdClassName
{
border-color: #4A18DA;
}
.TagClassName
{
border-color: #4A18DA;
}
</style>