Shades of Han Purple #4A05E7
Tints of Han Purple #4A05E7
RGB
CMYK
RGB Variations
Color information
#4A05E7 (or 0x4A05E7) is known color: Han Purple. HEX triplet: 4A, 05 and E7. RGB value is (74,5,231). Sum of RGB (Red+Green+Blue) = 74+5+231=310 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.87% from 310); Green value is 5 (2.34% from 255 or 1.61% from 310); Blue value is 231 (90.62% from 255 or 74.52% from 310); Max value from RGB is 231 - color contains mainly: blue. Hex color #4A05E7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4A05E7 is #B5FA18. Grayscale: #323232. Windows color (decimal): -11926041 or 15140170. OLE color: 15140170.
HSL color Cylindrical-coordinate representation of color #4A05E7: hue angle of 258.32º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4A05E7 is Cyan = 0.68, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 74 | 5 | 231 | - |
| CMYK | 0.68 | 0.98 | 0 | 0.09 |
| HSL | 258.32º | 0.96% | 0.46% | - |
| HSV(B) | 258.32º | 0.98% | 0.91% | - |
| XYZ | 17.3 | 7.33 | 76.1 | - |
| YUV | 51.4 | 229.36 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 5 | 231 | 0.68 | 0.98 | 0 | 0.09 | 258.32 | 0.96 | 0.46 |
| Hex | 4A | 5 | E7 | 44 | 62 | 0 | 9 | 102 | 60 | 2E |
| Octal | 112 | 5 | 347 | 104 | 142 | 0 | 11 | 402 | 140 | 56 |
| Binary | 1001010 | 101 | 11100111 | 1000100 | 1100010 | 0 | 1001 | 100000010 | 1100000 | 101110 |
Color Harmonies of #4A05E7
Complementary color
Monochromatic Colors of #4A05E7
Black with #4A05E7
Text Example
Text Example
White with #4A05E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A05E7; }
p { color: rgb(74,5,231); }
H1.HeaderClassName
{
color: #4A05E7;
}
.AnyTagClassName
{
color: #4A05E7;
}
</style>
background-color css
<style>
a { background-color: #4A05E7; }
a { background-color: rgb(74,5,231); }
div.DivClassName
{
background-color: #4A05E7;
}
.BgClassName
{
background-color: #4A05E7;
}
</style>
border-color css
<style>
span { border-color: #4A05E7; }
span { border-color: rgb(74,5,231); }
td.TdClassName
{
border-color: #4A05E7;
}
.TagClassName
{
border-color: #4A05E7;
}
</style>