Shades of Han Purple #4A07E8
Tints of Han Purple #4A07E8
RGB
CMYK
RGB Variations
Color information
#4A07E8 (or 0x4A07E8) is known color: Han Purple. HEX triplet: 4A, 07 and E8. RGB value is (74,7,232). Sum of RGB (Red+Green+Blue) = 74+7+232=313 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.64% from 313); Green value is 7 (3.12% from 255 or 2.24% from 313); Blue value is 232 (91.02% from 255 or 74.12% from 313); Max value from RGB is 232 - color contains mainly: blue. Hex color #4A07E8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4A07E8 is #B5F817. Grayscale: #333333. Windows color (decimal): -11925528 or 15206218. OLE color: 15206218.
HSL color Cylindrical-coordinate representation of color #4A07E8: hue angle of 257.87º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4A07E8 is Cyan = 0.68, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 74 | 7 | 232 | - |
| CMYK | 0.68 | 0.97 | 0 | 0.09 |
| HSL | 257.87º | 0.94% | 0.47% | - |
| HSV(B) | 257.87º | 0.97% | 0.91% | - |
| XYZ | 17.47 | 7.43 | 76.86 | - |
| YUV | 52.68 | 229.2 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 7 | 232 | 0.68 | 0.97 | 0 | 0.09 | 257.87 | 0.94 | 0.47 |
| Hex | 4A | 7 | E8 | 44 | 61 | 0 | 9 | 102 | 5E | 2F |
| Octal | 112 | 7 | 350 | 104 | 141 | 0 | 11 | 402 | 136 | 57 |
| Binary | 1001010 | 111 | 11101000 | 1000100 | 1100001 | 0 | 1001 | 100000010 | 1011110 | 101111 |
Color Harmonies of #4A07E8
Complementary color
Monochromatic Colors of #4A07E8
Black with #4A07E8
Text Example
Text Example
White with #4A07E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A07E8; }
p { color: rgb(74,7,232); }
H1.HeaderClassName
{
color: #4A07E8;
}
.AnyTagClassName
{
color: #4A07E8;
}
</style>
background-color css
<style>
a { background-color: #4A07E8; }
a { background-color: rgb(74,7,232); }
div.DivClassName
{
background-color: #4A07E8;
}
.BgClassName
{
background-color: #4A07E8;
}
</style>
border-color css
<style>
span { border-color: #4A07E8; }
span { border-color: rgb(74,7,232); }
td.TdClassName
{
border-color: #4A07E8;
}
.TagClassName
{
border-color: #4A07E8;
}
</style>