Shades of Han Purple #4A0BEF
Tints of Han Purple #4A0BEF
RGB
CMYK
RGB Variations
Color information
#4A0BEF (or 0x4A0BEF) is known color: Han Purple. HEX triplet: 4A, 0B and EF. RGB value is (74,11,239). Sum of RGB (Red+Green+Blue) = 74+11+239=324 (42% of max value = 765). Red value is 74 (29.30% from 255 or 22.84% from 324); Green value is 11 (4.69% from 255 or 3.40% from 324); Blue value is 239 (93.75% from 255 or 73.77% from 324); Max value from RGB is 239 - color contains mainly: blue. Hex color #4A0BEF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4A0BEF is #B5F410. Grayscale: #363636. Windows color (decimal): -11924497 or 15665994. OLE color: 15665994.
HSL color Cylindrical-coordinate representation of color #4A0BEF: hue angle of 256.58º degrees, saturation: 0.91, 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 #4A0BEF is Cyan = 0.69, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 74 | 11 | 239 | - |
| CMYK | 0.69 | 0.95 | 0 | 0.06 |
| HSL | 256.58º | 0.91% | 0.49% | - |
| HSV(B) | 256.58º | 0.95% | 0.94% | - |
| XYZ | 18.52 | 7.93 | 82.22 | - |
| YUV | 55.83 | 231.37 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 11 | 239 | 0.69 | 0.95 | 0 | 0.06 | 256.58 | 0.91 | 0.49 |
| Hex | 4A | B | EF | 45 | 5F | 0 | 6 | 101 | 5B | 31 |
| Octal | 112 | 13 | 357 | 105 | 137 | 0 | 6 | 401 | 133 | 61 |
| Binary | 1001010 | 1011 | 11101111 | 1000101 | 1011111 | 0 | 110 | 100000001 | 1011011 | 110001 |
Color Harmonies of #4A0BEF
Complementary color
Monochromatic Colors of #4A0BEF
Black with #4A0BEF
Text Example
Text Example
White with #4A0BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0BEF; }
p { color: rgb(74,11,239); }
H1.HeaderClassName
{
color: #4A0BEF;
}
.AnyTagClassName
{
color: #4A0BEF;
}
</style>
background-color css
<style>
a { background-color: #4A0BEF; }
a { background-color: rgb(74,11,239); }
div.DivClassName
{
background-color: #4A0BEF;
}
.BgClassName
{
background-color: #4A0BEF;
}
</style>
border-color css
<style>
span { border-color: #4A0BEF; }
span { border-color: rgb(74,11,239); }
td.TdClassName
{
border-color: #4A0BEF;
}
.TagClassName
{
border-color: #4A0BEF;
}
</style>