Shades of Han Purple #4A1CEF
Tints of Han Purple #4A1CEF
RGB
CMYK
RGB Variations
Color information
#4A1CEF (or 0x4A1CEF) is known color: Han Purple. HEX triplet: 4A, 1C and EF. RGB value is (74,28,239). Sum of RGB (Red+Green+Blue) = 74+28+239=341 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.70% from 341); Green value is 28 (11.33% from 255 or 8.21% from 341); Blue value is 239 (93.75% from 255 or 70.09% from 341); Max value from RGB is 239 - color contains mainly: blue. Hex color #4A1CEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A1CEF is #B5E310. Grayscale: #414141. Windows color (decimal): -11920145 or 15670346. OLE color: 15670346.
HSL color Cylindrical-coordinate representation of color #4A1CEF: hue angle of 253.08º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4A1CEF is Cyan = 0.69, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 74 | 28 | 239 | - |
| CMYK | 0.69 | 0.88 | 0 | 0.06 |
| HSL | 253.08º | 0.87% | 0.52% | - |
| HSV(B) | 253.08º | 0.88% | 0.94% | - |
| XYZ | 18.82 | 8.52 | 82.31 | - |
| YUV | 65.81 | 225.74 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 28 | 239 | 0.69 | 0.88 | 0 | 0.06 | 253.08 | 0.87 | 0.52 |
| Hex | 4A | 1C | EF | 45 | 58 | 0 | 6 | FD | 57 | 34 |
| Octal | 112 | 34 | 357 | 105 | 130 | 0 | 6 | 375 | 127 | 64 |
| Binary | 1001010 | 11100 | 11101111 | 1000101 | 1011000 | 0 | 110 | 11111101 | 1010111 | 110100 |
Color Harmonies of #4A1CEF
Complementary color
Monochromatic Colors of #4A1CEF
Black with #4A1CEF
Text Example
Text Example
White with #4A1CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1CEF; }
p { color: rgb(74,28,239); }
H1.HeaderClassName
{
color: #4A1CEF;
}
.AnyTagClassName
{
color: #4A1CEF;
}
</style>
background-color css
<style>
a { background-color: #4A1CEF; }
a { background-color: rgb(74,28,239); }
div.DivClassName
{
background-color: #4A1CEF;
}
.BgClassName
{
background-color: #4A1CEF;
}
</style>
border-color css
<style>
span { border-color: #4A1CEF; }
span { border-color: rgb(74,28,239); }
td.TdClassName
{
border-color: #4A1CEF;
}
.TagClassName
{
border-color: #4A1CEF;
}
</style>