Shades of Han Purple #4A12D6
Tints of Han Purple #4A12D6
RGB
CMYK
RGB Variations
Color information
#4A12D6 (or 0x4A12D6) is known color: Han Purple. HEX triplet: 4A, 12 and D6. RGB value is (74,18,214). Sum of RGB (Red+Green+Blue) = 74+18+214=306 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.18% from 306); Green value is 18 (7.42% from 255 or 5.88% from 306); Blue value is 214 (83.98% from 255 or 69.93% from 306); Max value from RGB is 214 - color contains mainly: blue. Hex color #4A12D6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4A12D6 is #B5ED29. Grayscale: #383838. Windows color (decimal): -11922730 or 14029386. OLE color: 14029386.
HSL color Cylindrical-coordinate representation of color #4A12D6: hue angle of 257.14º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4A12D6 is Cyan = 0.65, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 74 | 18 | 214 | - |
| CMYK | 0.65 | 0.92 | 0 | 0.16 |
| HSL | 257.14º | 0.84% | 0.45% | - |
| HSV(B) | 257.14º | 0.92% | 0.84% | - |
| XYZ | 15.18 | 6.74 | 64.12 | - |
| YUV | 57.09 | 216.55 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 18 | 214 | 0.65 | 0.92 | 0 | 0.16 | 257.14 | 0.84 | 0.45 |
| Hex | 4A | 12 | D6 | 41 | 5C | 0 | 10 | 101 | 54 | 2D |
| Octal | 112 | 22 | 326 | 101 | 134 | 0 | 20 | 401 | 124 | 55 |
| Binary | 1001010 | 10010 | 11010110 | 1000001 | 1011100 | 0 | 10000 | 100000001 | 1010100 | 101101 |
Color Harmonies of #4A12D6
Complementary color
Monochromatic Colors of #4A12D6
Black with #4A12D6
Text Example
Text Example
White with #4A12D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A12D6; }
p { color: rgb(74,18,214); }
H1.HeaderClassName
{
color: #4A12D6;
}
.AnyTagClassName
{
color: #4A12D6;
}
</style>
background-color css
<style>
a { background-color: #4A12D6; }
a { background-color: rgb(74,18,214); }
div.DivClassName
{
background-color: #4A12D6;
}
.BgClassName
{
background-color: #4A12D6;
}
</style>
border-color css
<style>
span { border-color: #4A12D6; }
span { border-color: rgb(74,18,214); }
td.TdClassName
{
border-color: #4A12D6;
}
.TagClassName
{
border-color: #4A12D6;
}
</style>