Shades of Han Purple #4D32FF
Tints of Han Purple #4D32FF
RGB
CMYK
RGB Variations
Color information
#4D32FF (or 0x4D32FF) is known color: Han Purple. HEX triplet: 4D, 32 and FF. RGB value is (77,50,255). Sum of RGB (Red+Green+Blue) = 77+50+255=382 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.16% from 382); Green value is 50 (19.92% from 255 or 13.09% from 382); Blue value is 255 (100% from 255 or 66.75% from 382); Max value from RGB is 255 - color contains mainly: blue. Hex color #4D32FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D32FF is #B2CD00. Grayscale: #505050. Windows color (decimal): -11717889 or 16724557. OLE color: 16724557.
HSL color Cylindrical-coordinate representation of color #4D32FF: hue angle of 247.9º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4D32FF is Cyan = 0.70, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 50 | 255 | - |
| CMYK | 0.70 | 0.80 | 0 | 0 |
| HSL | 247.9º | 1% | 0.6% | - |
| HSV(B) | 247.9º | 0.8% | 1% | - |
| XYZ | 22.25 | 11.08 | 95.57 | - |
| YUV | 81.44 | 225.95 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 50 | 255 | 0.70 | 0.80 | 0 | 0 | 247.9 | 1 | 0.6 |
| Hex | 4D | 32 | FF | 46 | 50 | 0 | 0 | F8 | 64 | 3C |
| Octal | 115 | 62 | 377 | 106 | 120 | 0 | 0 | 370 | 144 | 74 |
| Binary | 1001101 | 110010 | 11111111 | 1000110 | 1010000 | 0 | 0 | 11111000 | 1100100 | 111100 |
Color Harmonies of #4D32FF
Complementary color
Monochromatic Colors of #4D32FF
Black with #4D32FF
Text Example
Text Example
White with #4D32FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D32FF; }
p { color: rgb(77,50,255); }
H1.HeaderClassName
{
color: #4D32FF;
}
.AnyTagClassName
{
color: #4D32FF;
}
</style>
background-color css
<style>
a { background-color: #4D32FF; }
a { background-color: rgb(77,50,255); }
div.DivClassName
{
background-color: #4D32FF;
}
.BgClassName
{
background-color: #4D32FF;
}
</style>
border-color css
<style>
span { border-color: #4D32FF; }
span { border-color: rgb(77,50,255); }
td.TdClassName
{
border-color: #4D32FF;
}
.TagClassName
{
border-color: #4D32FF;
}
</style>