Shades of Han Purple #4A05DA
Tints of Han Purple #4A05DA
RGB
CMYK
RGB Variations
Color information
#4A05DA (or 0x4A05DA) is known color: Han Purple. HEX triplet: 4A, 05 and DA. RGB value is (74,5,218). Sum of RGB (Red+Green+Blue) = 74+5+218=297 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.92% from 297); Green value is 5 (2.34% from 255 or 1.68% from 297); Blue value is 218 (85.55% from 255 or 73.40% from 297); Max value from RGB is 218 - color contains mainly: blue. Hex color #4A05DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4A05DA is #B5FA25. Grayscale: #313131. Windows color (decimal): -11926054 or 14288202. OLE color: 14288202.
HSL color Cylindrical-coordinate representation of color #4A05DA: hue angle of 259.44º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4A05DA is Cyan = 0.66, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 74 | 5 | 218 | - |
| CMYK | 0.66 | 0.98 | 0 | 0.15 |
| HSL | 259.44º | 0.96% | 0.44% | - |
| HSV(B) | 259.44º | 0.98% | 0.85% | - |
| XYZ | 15.53 | 6.63 | 66.79 | - |
| YUV | 49.91 | 222.86 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 5 | 218 | 0.66 | 0.98 | 0 | 0.15 | 259.44 | 0.96 | 0.44 |
| Hex | 4A | 5 | DA | 42 | 62 | 0 | F | 103 | 60 | 2C |
| Octal | 112 | 5 | 332 | 102 | 142 | 0 | 17 | 403 | 140 | 54 |
| Binary | 1001010 | 101 | 11011010 | 1000010 | 1100010 | 0 | 1111 | 100000011 | 1100000 | 101100 |
Color Harmonies of #4A05DA
Complementary color
Monochromatic Colors of #4A05DA
Black with #4A05DA
Text Example
Text Example
White with #4A05DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A05DA; }
p { color: rgb(74,5,218); }
H1.HeaderClassName
{
color: #4A05DA;
}
.AnyTagClassName
{
color: #4A05DA;
}
</style>
background-color css
<style>
a { background-color: #4A05DA; }
a { background-color: rgb(74,5,218); }
div.DivClassName
{
background-color: #4A05DA;
}
.BgClassName
{
background-color: #4A05DA;
}
</style>
border-color css
<style>
span { border-color: #4A05DA; }
span { border-color: rgb(74,5,218); }
td.TdClassName
{
border-color: #4A05DA;
}
.TagClassName
{
border-color: #4A05DA;
}
</style>