Shades of Han Purple #4926DD
Tints of Han Purple #4926DD
RGB
CMYK
RGB Variations
Color information
#4926DD (or 0x4926DD) is known color: Han Purple. HEX triplet: 49, 26 and DD. RGB value is (73,38,221). Sum of RGB (Red+Green+Blue) = 73+38+221=332 (43% of max value = 765). Red value is 73 (28.91% from 255 or 21.99% from 332); Green value is 38 (15.23% from 255 or 11.45% from 332); Blue value is 221 (86.72% from 255 or 66.57% from 332); Max value from RGB is 221 - color contains mainly: blue. Hex color #4926DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4926DD is #B6D922. Grayscale: #444444. Windows color (decimal): -11983139 or 14493257. OLE color: 14493257.
HSL color Cylindrical-coordinate representation of color #4926DD: hue angle of 251.48º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4926DD is Cyan = 0.67, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 38 | 221 | - |
| CMYK | 0.67 | 0.83 | 0 | 0.13 |
| HSL | 251.48º | 0.73% | 0.51% | - |
| HSV(B) | 251.48º | 0.83% | 0.87% | - |
| XYZ | 16.49 | 8.02 | 69.09 | - |
| YUV | 69.33 | 213.6 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 38 | 221 | 0.67 | 0.83 | 0 | 0.13 | 251.48 | 0.73 | 0.51 |
| Hex | 49 | 26 | DD | 43 | 53 | 0 | D | FB | 49 | 33 |
| Octal | 111 | 46 | 335 | 103 | 123 | 0 | 15 | 373 | 111 | 63 |
| Binary | 1001001 | 100110 | 11011101 | 1000011 | 1010011 | 0 | 1101 | 11111011 | 1001001 | 110011 |
Color Harmonies of #4926DD
Complementary color
Monochromatic Colors of #4926DD
Black with #4926DD
Text Example
Text Example
White with #4926DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4926DD; }
p { color: rgb(73,38,221); }
H1.HeaderClassName
{
color: #4926DD;
}
.AnyTagClassName
{
color: #4926DD;
}
</style>
background-color css
<style>
a { background-color: #4926DD; }
a { background-color: rgb(73,38,221); }
div.DivClassName
{
background-color: #4926DD;
}
.BgClassName
{
background-color: #4926DD;
}
</style>
border-color css
<style>
span { border-color: #4926DD; }
span { border-color: rgb(73,38,221); }
td.TdClassName
{
border-color: #4926DD;
}
.TagClassName
{
border-color: #4926DD;
}
</style>