Shades of Han Purple #4922EE
Tints of Han Purple #4922EE
RGB
CMYK
RGB Variations
Color information
#4922EE (or 0x4922EE) is known color: Han Purple. HEX triplet: 49, 22 and EE. RGB value is (73,34,238). Sum of RGB (Red+Green+Blue) = 73+34+238=345 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.16% from 345); Green value is 34 (13.67% from 255 or 9.86% from 345); Blue value is 238 (93.36% from 255 or 68.99% from 345); Max value from RGB is 238 - color contains mainly: blue. Hex color #4922EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4922EE is #B6DD11. Grayscale: #444444. Windows color (decimal): -11984146 or 15606345. OLE color: 15606345.
HSL color Cylindrical-coordinate representation of color #4922EE: hue angle of 251.47º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4922EE is Cyan = 0.69, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 34 | 238 | - |
| CMYK | 0.69 | 0.86 | 0 | 0.07 |
| HSL | 251.47º | 0.86% | 0.53% | - |
| HSV(B) | 251.47º | 0.86% | 0.93% | - |
| XYZ | 18.75 | 8.73 | 81.59 | - |
| YUV | 68.92 | 223.42 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 34 | 238 | 0.69 | 0.86 | 0 | 0.07 | 251.47 | 0.86 | 0.53 |
| Hex | 49 | 22 | EE | 45 | 56 | 0 | 7 | FB | 56 | 35 |
| Octal | 111 | 42 | 356 | 105 | 126 | 0 | 7 | 373 | 126 | 65 |
| Binary | 1001001 | 100010 | 11101110 | 1000101 | 1010110 | 0 | 111 | 11111011 | 1010110 | 110101 |
Color Harmonies of #4922EE
Complementary color
Monochromatic Colors of #4922EE
Black with #4922EE
Text Example
Text Example
White with #4922EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4922EE; }
p { color: rgb(73,34,238); }
H1.HeaderClassName
{
color: #4922EE;
}
.AnyTagClassName
{
color: #4922EE;
}
</style>
background-color css
<style>
a { background-color: #4922EE; }
a { background-color: rgb(73,34,238); }
div.DivClassName
{
background-color: #4922EE;
}
.BgClassName
{
background-color: #4922EE;
}
</style>
border-color css
<style>
span { border-color: #4922EE; }
span { border-color: rgb(73,34,238); }
td.TdClassName
{
border-color: #4922EE;
}
.TagClassName
{
border-color: #4922EE;
}
</style>