Shades of Han Purple #4A0ADF
Tints of Han Purple #4A0ADF
RGB
CMYK
RGB Variations
Color information
#4A0ADF (or 0x4A0ADF) is known color: Han Purple. HEX triplet: 4A, 0A and DF. RGB value is (74,10,223). Sum of RGB (Red+Green+Blue) = 74+10+223=307 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.10% from 307); Green value is 10 (4.30% from 255 or 3.26% from 307); Blue value is 223 (87.5% from 255 or 72.64% from 307); Max value from RGB is 223 - color contains mainly: blue. Hex color #4A0ADF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4A0ADF is #B5F520. Grayscale: #343434. Windows color (decimal): -11924769 or 14617162. OLE color: 14617162.
HSL color Cylindrical-coordinate representation of color #4A0ADF: hue angle of 258.03º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4A0ADF is Cyan = 0.67, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 10 | 223 | - |
| CMYK | 0.67 | 0.96 | 0 | 0.13 |
| HSL | 258.03º | 0.91% | 0.46% | - |
| HSV(B) | 258.03º | 0.96% | 0.87% | - |
| XYZ | 16.25 | 7 | 70.31 | - |
| YUV | 53.42 | 223.7 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 10 | 223 | 0.67 | 0.96 | 0 | 0.13 | 258.03 | 0.91 | 0.46 |
| Hex | 4A | A | DF | 43 | 60 | 0 | D | 102 | 5B | 2E |
| Octal | 112 | 12 | 337 | 103 | 140 | 0 | 15 | 402 | 133 | 56 |
| Binary | 1001010 | 1010 | 11011111 | 1000011 | 1100000 | 0 | 1101 | 100000010 | 1011011 | 101110 |
Color Harmonies of #4A0ADF
Complementary color
Monochromatic Colors of #4A0ADF
Black with #4A0ADF
Text Example
Text Example
White with #4A0ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0ADF; }
p { color: rgb(74,10,223); }
H1.HeaderClassName
{
color: #4A0ADF;
}
.AnyTagClassName
{
color: #4A0ADF;
}
</style>
background-color css
<style>
a { background-color: #4A0ADF; }
a { background-color: rgb(74,10,223); }
div.DivClassName
{
background-color: #4A0ADF;
}
.BgClassName
{
background-color: #4A0ADF;
}
</style>
border-color css
<style>
span { border-color: #4A0ADF; }
span { border-color: rgb(74,10,223); }
td.TdClassName
{
border-color: #4A0ADF;
}
.TagClassName
{
border-color: #4A0ADF;
}
</style>