Shades of Han Purple #4933DF
Tints of Han Purple #4933DF
RGB
CMYK
RGB Variations
Color information
#4933DF (or 0x4933DF) is known color: Han Purple. HEX triplet: 49, 33 and DF. RGB value is (73,51,223). Sum of RGB (Red+Green+Blue) = 73+51+223=347 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.04% from 347); Green value is 51 (20.31% from 255 or 14.70% from 347); Blue value is 223 (87.5% from 255 or 64.27% from 347); Max value from RGB is 223 - color contains mainly: blue. Hex color #4933DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4933DF is #B6CC20. Grayscale: #4C4C4C. Windows color (decimal): -11979809 or 14627657. OLE color: 14627657.
HSL color Cylindrical-coordinate representation of color #4933DF: hue angle of 247.67º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4933DF is Cyan = 0.67, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 51 | 223 | - |
| CMYK | 0.67 | 0.77 | 0 | 0.13 |
| HSL | 247.67º | 0.73% | 0.54% | - |
| HSV(B) | 247.67º | 0.77% | 0.87% | - |
| XYZ | 17.25 | 9.11 | 70.66 | - |
| YUV | 77.19 | 210.29 | 125.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 51 | 223 | 0.67 | 0.77 | 0 | 0.13 | 247.67 | 0.73 | 0.54 |
| Hex | 49 | 33 | DF | 43 | 4D | 0 | D | F8 | 49 | 36 |
| Octal | 111 | 63 | 337 | 103 | 115 | 0 | 15 | 370 | 111 | 66 |
| Binary | 1001001 | 110011 | 11011111 | 1000011 | 1001101 | 0 | 1101 | 11111000 | 1001001 | 110110 |
Color Harmonies of #4933DF
Complementary color
Monochromatic Colors of #4933DF
Black with #4933DF
Text Example
Text Example
White with #4933DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4933DF; }
p { color: rgb(73,51,223); }
H1.HeaderClassName
{
color: #4933DF;
}
.AnyTagClassName
{
color: #4933DF;
}
</style>
background-color css
<style>
a { background-color: #4933DF; }
a { background-color: rgb(73,51,223); }
div.DivClassName
{
background-color: #4933DF;
}
.BgClassName
{
background-color: #4933DF;
}
</style>
border-color css
<style>
span { border-color: #4933DF; }
span { border-color: rgb(73,51,223); }
td.TdClassName
{
border-color: #4933DF;
}
.TagClassName
{
border-color: #4933DF;
}
</style>