Shades of Han Purple #4D33DF
Tints of Han Purple #4D33DF
RGB
CMYK
RGB Variations
Color information
#4D33DF (or 0x4D33DF) is known color: Han Purple. HEX triplet: 4D, 33 and DF. RGB value is (77,51,223). Sum of RGB (Red+Green+Blue) = 77+51+223=351 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.94% from 351); Green value is 51 (20.31% from 255 or 14.53% from 351); Blue value is 223 (87.5% from 255 or 63.53% from 351); Max value from RGB is 223 - color contains mainly: blue. Hex color #4D33DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D33DF is #B2CC20. Grayscale: #4D4D4D. Windows color (decimal): -11717665 or 14627661. OLE color: 14627661.
HSL color Cylindrical-coordinate representation of color #4D33DF: hue angle of 249.07º 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 #4D33DF is Cyan = 0.65, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 51 | 223 | - |
| CMYK | 0.65 | 0.77 | 0 | 0.13 |
| HSL | 249.07º | 0.73% | 0.54% | - |
| HSV(B) | 249.07º | 0.77% | 0.87% | - |
| XYZ | 17.56 | 9.27 | 70.68 | - |
| YUV | 78.38 | 209.61 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 51 | 223 | 0.65 | 0.77 | 0 | 0.13 | 249.07 | 0.73 | 0.54 |
| Hex | 4D | 33 | DF | 41 | 4D | 0 | D | F9 | 49 | 36 |
| Octal | 115 | 63 | 337 | 101 | 115 | 0 | 15 | 371 | 111 | 66 |
| Binary | 1001101 | 110011 | 11011111 | 1000001 | 1001101 | 0 | 1101 | 11111001 | 1001001 | 110110 |
Color Harmonies of #4D33DF
Complementary color
Monochromatic Colors of #4D33DF
Black with #4D33DF
Text Example
Text Example
White with #4D33DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D33DF; }
p { color: rgb(77,51,223); }
H1.HeaderClassName
{
color: #4D33DF;
}
.AnyTagClassName
{
color: #4D33DF;
}
</style>
background-color css
<style>
a { background-color: #4D33DF; }
a { background-color: rgb(77,51,223); }
div.DivClassName
{
background-color: #4D33DF;
}
.BgClassName
{
background-color: #4D33DF;
}
</style>
border-color css
<style>
span { border-color: #4D33DF; }
span { border-color: rgb(77,51,223); }
td.TdClassName
{
border-color: #4D33DF;
}
.TagClassName
{
border-color: #4D33DF;
}
</style>