Shades of Han Purple #4A2CDA
Tints of Han Purple #4A2CDA
RGB
CMYK
RGB Variations
Color information
#4A2CDA (or 0x4A2CDA) is known color: Han Purple. HEX triplet: 4A, 2C and DA. RGB value is (74,44,218). Sum of RGB (Red+Green+Blue) = 74+44+218=336 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.02% from 336); Green value is 44 (17.58% from 255 or 13.10% from 336); Blue value is 218 (85.55% from 255 or 64.88% from 336); Max value from RGB is 218 - color contains mainly: blue. Hex color #4A2CDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A2CDA is #B5D325. Grayscale: #484848. Windows color (decimal): -11916070 or 14298186. OLE color: 14298186.
HSL color Cylindrical-coordinate representation of color #4A2CDA: hue angle of 250.34º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4A2CDA is Cyan = 0.66, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 74 | 44 | 218 | - |
| CMYK | 0.66 | 0.80 | 0 | 0.15 |
| HSL | 250.34º | 0.7% | 0.51% | - |
| HSV(B) | 250.34º | 0.8% | 0.85% | - |
| XYZ | 16.38 | 8.32 | 67.07 | - |
| YUV | 72.81 | 209.94 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 44 | 218 | 0.66 | 0.80 | 0 | 0.15 | 250.34 | 0.7 | 0.51 |
| Hex | 4A | 2C | DA | 42 | 50 | 0 | F | FA | 46 | 33 |
| Octal | 112 | 54 | 332 | 102 | 120 | 0 | 17 | 372 | 106 | 63 |
| Binary | 1001010 | 101100 | 11011010 | 1000010 | 1010000 | 0 | 1111 | 11111010 | 1000110 | 110011 |
Color Harmonies of #4A2CDA
Complementary color
Monochromatic Colors of #4A2CDA
Black with #4A2CDA
Text Example
Text Example
White with #4A2CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2CDA; }
p { color: rgb(74,44,218); }
H1.HeaderClassName
{
color: #4A2CDA;
}
.AnyTagClassName
{
color: #4A2CDA;
}
</style>
background-color css
<style>
a { background-color: #4A2CDA; }
a { background-color: rgb(74,44,218); }
div.DivClassName
{
background-color: #4A2CDA;
}
.BgClassName
{
background-color: #4A2CDA;
}
</style>
border-color css
<style>
span { border-color: #4A2CDA; }
span { border-color: rgb(74,44,218); }
td.TdClassName
{
border-color: #4A2CDA;
}
.TagClassName
{
border-color: #4A2CDA;
}
</style>