Shades of Han Purple #4A1BEE
Tints of Han Purple #4A1BEE
RGB
CMYK
RGB Variations
Color information
#4A1BEE (or 0x4A1BEE) is known color: Han Purple. HEX triplet: 4A, 1B and EE. RGB value is (74,27,238). Sum of RGB (Red+Green+Blue) = 74+27+238=339 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.83% from 339); Green value is 27 (10.94% from 255 or 7.96% from 339); Blue value is 238 (93.36% from 255 or 70.21% from 339); Max value from RGB is 238 - color contains mainly: blue. Hex color #4A1BEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A1BEE is #B5E411. Grayscale: #404040. Windows color (decimal): -11920402 or 15604554. OLE color: 15604554.
HSL color Cylindrical-coordinate representation of color #4A1BEE: hue angle of 253.36º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4A1BEE is Cyan = 0.69, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 27 | 238 | - |
| CMYK | 0.69 | 0.89 | 0 | 0.07 |
| HSL | 253.36º | 0.86% | 0.52% | - |
| HSV(B) | 253.36º | 0.89% | 0.93% | - |
| XYZ | 18.65 | 8.41 | 81.53 | - |
| YUV | 65.11 | 225.57 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 27 | 238 | 0.69 | 0.89 | 0 | 0.07 | 253.36 | 0.86 | 0.52 |
| Hex | 4A | 1B | EE | 45 | 59 | 0 | 7 | FD | 56 | 34 |
| Octal | 112 | 33 | 356 | 105 | 131 | 0 | 7 | 375 | 126 | 64 |
| Binary | 1001010 | 11011 | 11101110 | 1000101 | 1011001 | 0 | 111 | 11111101 | 1010110 | 110100 |
Color Harmonies of #4A1BEE
Complementary color
Monochromatic Colors of #4A1BEE
Black with #4A1BEE
Text Example
Text Example
White with #4A1BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1BEE; }
p { color: rgb(74,27,238); }
H1.HeaderClassName
{
color: #4A1BEE;
}
.AnyTagClassName
{
color: #4A1BEE;
}
</style>
background-color css
<style>
a { background-color: #4A1BEE; }
a { background-color: rgb(74,27,238); }
div.DivClassName
{
background-color: #4A1BEE;
}
.BgClassName
{
background-color: #4A1BEE;
}
</style>
border-color css
<style>
span { border-color: #4A1BEE; }
span { border-color: rgb(74,27,238); }
td.TdClassName
{
border-color: #4A1BEE;
}
.TagClassName
{
border-color: #4A1BEE;
}
</style>