Shades of Han Purple #4932DD
Tints of Han Purple #4932DD
RGB
CMYK
RGB Variations
Color information
#4932DD (or 0x4932DD) is known color: Han Purple. HEX triplet: 49, 32 and DD. RGB value is (73,50,221). Sum of RGB (Red+Green+Blue) = 73+50+221=344 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.22% from 344); Green value is 50 (19.92% from 255 or 14.53% from 344); Blue value is 221 (86.72% from 255 or 64.24% from 344); Max value from RGB is 221 - color contains mainly: blue. Hex color #4932DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4932DD is #B6CD22. Grayscale: #4B4B4B. Windows color (decimal): -11980067 or 14496329. OLE color: 14496329.
HSL color Cylindrical-coordinate representation of color #4932DD: hue angle of 248.07º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4932DD is Cyan = 0.67, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 50 | 221 | - |
| CMYK | 0.67 | 0.77 | 0 | 0.13 |
| HSL | 248.07º | 0.72% | 0.53% | - |
| HSV(B) | 248.07º | 0.77% | 0.87% | - |
| XYZ | 16.94 | 8.92 | 69.24 | - |
| YUV | 76.37 | 209.62 | 125.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 50 | 221 | 0.67 | 0.77 | 0 | 0.13 | 248.07 | 0.72 | 0.53 |
| Hex | 49 | 32 | DD | 43 | 4D | 0 | D | F8 | 48 | 35 |
| Octal | 111 | 62 | 335 | 103 | 115 | 0 | 15 | 370 | 110 | 65 |
| Binary | 1001001 | 110010 | 11011101 | 1000011 | 1001101 | 0 | 1101 | 11111000 | 1001000 | 110101 |
Color Harmonies of #4932DD
Complementary color
Monochromatic Colors of #4932DD
Black with #4932DD
Text Example
Text Example
White with #4932DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4932DD; }
p { color: rgb(73,50,221); }
H1.HeaderClassName
{
color: #4932DD;
}
.AnyTagClassName
{
color: #4932DD;
}
</style>
background-color css
<style>
a { background-color: #4932DD; }
a { background-color: rgb(73,50,221); }
div.DivClassName
{
background-color: #4932DD;
}
.BgClassName
{
background-color: #4932DD;
}
</style>
border-color css
<style>
span { border-color: #4932DD; }
span { border-color: rgb(73,50,221); }
td.TdClassName
{
border-color: #4932DD;
}
.TagClassName
{
border-color: #4932DD;
}
</style>