Shades of Han Purple #4929DC
Tints of Han Purple #4929DC
RGB
CMYK
RGB Variations
Color information
#4929DC (or 0x4929DC) is known color: Han Purple. HEX triplet: 49, 29 and DC. RGB value is (73,41,220). Sum of RGB (Red+Green+Blue) = 73+41+220=334 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.86% from 334); Green value is 41 (16.41% from 255 or 12.28% from 334); Blue value is 220 (86.33% from 255 or 65.87% from 334); Max value from RGB is 220 - color contains mainly: blue. Hex color #4929DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4929DC is #B6D623. Grayscale: #464646. Windows color (decimal): -11982372 or 14428489. OLE color: 14428489.
HSL color Cylindrical-coordinate representation of color #4929DC: hue angle of 250.73º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4929DC is Cyan = 0.67, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 41 | 220 | - |
| CMYK | 0.67 | 0.81 | 0 | 0.14 |
| HSL | 250.73º | 0.72% | 0.51% | - |
| HSV(B) | 250.73º | 0.81% | 0.86% | - |
| XYZ | 16.46 | 8.17 | 68.42 | - |
| YUV | 70.97 | 212.1 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 41 | 220 | 0.67 | 0.81 | 0 | 0.14 | 250.73 | 0.72 | 0.51 |
| Hex | 49 | 29 | DC | 43 | 51 | 0 | E | FB | 48 | 33 |
| Octal | 111 | 51 | 334 | 103 | 121 | 0 | 16 | 373 | 110 | 63 |
| Binary | 1001001 | 101001 | 11011100 | 1000011 | 1010001 | 0 | 1110 | 11111011 | 1001000 | 110011 |
Color Harmonies of #4929DC
Complementary color
Monochromatic Colors of #4929DC
Black with #4929DC
Text Example
Text Example
White with #4929DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4929DC; }
p { color: rgb(73,41,220); }
H1.HeaderClassName
{
color: #4929DC;
}
.AnyTagClassName
{
color: #4929DC;
}
</style>
background-color css
<style>
a { background-color: #4929DC; }
a { background-color: rgb(73,41,220); }
div.DivClassName
{
background-color: #4929DC;
}
.BgClassName
{
background-color: #4929DC;
}
</style>
border-color css
<style>
span { border-color: #4929DC; }
span { border-color: rgb(73,41,220); }
td.TdClassName
{
border-color: #4929DC;
}
.TagClassName
{
border-color: #4929DC;
}
</style>