Shades of Han Purple #4934DC
Tints of Han Purple #4934DC
RGB
CMYK
RGB Variations
Color information
#4934DC (or 0x4934DC) is known color: Han Purple. HEX triplet: 49, 34 and DC. RGB value is (73,52,220). Sum of RGB (Red+Green+Blue) = 73+52+220=345 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.16% from 345); Green value is 52 (20.70% from 255 or 15.07% from 345); Blue value is 220 (86.33% from 255 or 63.77% from 345); Max value from RGB is 220 - color contains mainly: blue. Hex color #4934DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4934DC is #B6CB23. Grayscale: #4C4C4C. Windows color (decimal): -11979556 or 14431305. OLE color: 14431305.
HSL color Cylindrical-coordinate representation of color #4934DC: hue angle of 247.5º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4934DC is Cyan = 0.67, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 52 | 220 | - |
| CMYK | 0.67 | 0.76 | 0 | 0.14 |
| HSL | 247.5º | 0.71% | 0.53% | - |
| HSV(B) | 247.5º | 0.76% | 0.86% | - |
| XYZ | 16.89 | 9.04 | 68.56 | - |
| YUV | 77.43 | 208.46 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 52 | 220 | 0.67 | 0.76 | 0 | 0.14 | 247.5 | 0.71 | 0.53 |
| Hex | 49 | 34 | DC | 43 | 4C | 0 | E | F8 | 47 | 35 |
| Octal | 111 | 64 | 334 | 103 | 114 | 0 | 16 | 370 | 107 | 65 |
| Binary | 1001001 | 110100 | 11011100 | 1000011 | 1001100 | 0 | 1110 | 11111000 | 1000111 | 110101 |
Color Harmonies of #4934DC
Complementary color
Monochromatic Colors of #4934DC
Black with #4934DC
Text Example
Text Example
White with #4934DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4934DC; }
p { color: rgb(73,52,220); }
H1.HeaderClassName
{
color: #4934DC;
}
.AnyTagClassName
{
color: #4934DC;
}
</style>
background-color css
<style>
a { background-color: #4934DC; }
a { background-color: rgb(73,52,220); }
div.DivClassName
{
background-color: #4934DC;
}
.BgClassName
{
background-color: #4934DC;
}
</style>
border-color css
<style>
span { border-color: #4934DC; }
span { border-color: rgb(73,52,220); }
td.TdClassName
{
border-color: #4934DC;
}
.TagClassName
{
border-color: #4934DC;
}
</style>