Shades of Han Purple #4922DC
Tints of Han Purple #4922DC
RGB
CMYK
RGB Variations
Color information
#4922DC (or 0x4922DC) is known color: Han Purple. HEX triplet: 49, 22 and DC. RGB value is (73,34,220). Sum of RGB (Red+Green+Blue) = 73+34+220=327 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.32% from 327); Green value is 34 (13.67% from 255 or 10.40% from 327); Blue value is 220 (86.33% from 255 or 67.28% from 327); Max value from RGB is 220 - color contains mainly: blue. Hex color #4922DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4922DC is #B6DD23. Grayscale: #424242. Windows color (decimal): -11984164 or 14426697. OLE color: 14426697.
HSL color Cylindrical-coordinate representation of color #4922DC: hue angle of 252.58º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4922DC is Cyan = 0.67, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 34 | 220 | - |
| CMYK | 0.67 | 0.85 | 0 | 0.14 |
| HSL | 252.58º | 0.73% | 0.5% | - |
| HSV(B) | 252.58º | 0.85% | 0.86% | - |
| XYZ | 16.24 | 7.73 | 68.35 | - |
| YUV | 66.87 | 214.42 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 34 | 220 | 0.67 | 0.85 | 0 | 0.14 | 252.58 | 0.73 | 0.5 |
| Hex | 49 | 22 | DC | 43 | 55 | 0 | E | FD | 49 | 32 |
| Octal | 111 | 42 | 334 | 103 | 125 | 0 | 16 | 375 | 111 | 62 |
| Binary | 1001001 | 100010 | 11011100 | 1000011 | 1010101 | 0 | 1110 | 11111101 | 1001001 | 110010 |
Color Harmonies of #4922DC
Complementary color
Monochromatic Colors of #4922DC
Black with #4922DC
Text Example
Text Example
White with #4922DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4922DC; }
p { color: rgb(73,34,220); }
H1.HeaderClassName
{
color: #4922DC;
}
.AnyTagClassName
{
color: #4922DC;
}
</style>
background-color css
<style>
a { background-color: #4922DC; }
a { background-color: rgb(73,34,220); }
div.DivClassName
{
background-color: #4922DC;
}
.BgClassName
{
background-color: #4922DC;
}
</style>
border-color css
<style>
span { border-color: #4922DC; }
span { border-color: rgb(73,34,220); }
td.TdClassName
{
border-color: #4922DC;
}
.TagClassName
{
border-color: #4922DC;
}
</style>