Shades of Han Purple #4A0CEF
Tints of Han Purple #4A0CEF
RGB
CMYK
RGB Variations
Color information
#4A0CEF (or 0x4A0CEF) is known color: Han Purple. HEX triplet: 4A, 0C and EF. RGB value is (74,12,239). Sum of RGB (Red+Green+Blue) = 74+12+239=325 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.77% from 325); Green value is 12 (5.08% from 255 or 3.69% from 325); Blue value is 239 (93.75% from 255 or 73.54% from 325); Max value from RGB is 239 - color contains mainly: blue. Hex color #4A0CEF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4A0CEF is #B5F310. Grayscale: #373737. Windows color (decimal): -11924241 or 15666250. OLE color: 15666250.
HSL color Cylindrical-coordinate representation of color #4A0CEF: hue angle of 256.39º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4A0CEF is Cyan = 0.69, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 74 | 12 | 239 | - |
| CMYK | 0.69 | 0.95 | 0 | 0.06 |
| HSL | 256.39º | 0.9% | 0.49% | - |
| HSV(B) | 256.39º | 0.95% | 0.94% | - |
| XYZ | 18.54 | 7.95 | 82.22 | - |
| YUV | 56.42 | 231.04 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 12 | 239 | 0.69 | 0.95 | 0 | 0.06 | 256.39 | 0.9 | 0.49 |
| Hex | 4A | C | EF | 45 | 5F | 0 | 6 | 100 | 5A | 31 |
| Octal | 112 | 14 | 357 | 105 | 137 | 0 | 6 | 400 | 132 | 61 |
| Binary | 1001010 | 1100 | 11101111 | 1000101 | 1011111 | 0 | 110 | 100000000 | 1011010 | 110001 |
Color Harmonies of #4A0CEF
Complementary color
Monochromatic Colors of #4A0CEF
Black with #4A0CEF
Text Example
Text Example
White with #4A0CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0CEF; }
p { color: rgb(74,12,239); }
H1.HeaderClassName
{
color: #4A0CEF;
}
.AnyTagClassName
{
color: #4A0CEF;
}
</style>
background-color css
<style>
a { background-color: #4A0CEF; }
a { background-color: rgb(74,12,239); }
div.DivClassName
{
background-color: #4A0CEF;
}
.BgClassName
{
background-color: #4A0CEF;
}
</style>
border-color css
<style>
span { border-color: #4A0CEF; }
span { border-color: rgb(74,12,239); }
td.TdClassName
{
border-color: #4A0CEF;
}
.TagClassName
{
border-color: #4A0CEF;
}
</style>