Shades of Han Purple #4D32FB
Tints of Han Purple #4D32FB
RGB
CMYK
RGB Variations
Color information
#4D32FB (or 0x4D32FB) is known color: Han Purple. HEX triplet: 4D, 32 and FB. RGB value is (77,50,251). Sum of RGB (Red+Green+Blue) = 77+50+251=378 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.37% from 378); Green value is 50 (19.92% from 255 or 13.23% from 378); Blue value is 251 (98.44% from 255 or 66.40% from 378); Max value from RGB is 251 - color contains mainly: blue. Hex color #4D32FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D32FB is #B2CD04. Grayscale: #505050. Windows color (decimal): -11717893 or 16462413. OLE color: 16462413.
HSL color Cylindrical-coordinate representation of color #4D32FB: hue angle of 248.06º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4D32FB is Cyan = 0.69, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 50 | 251 | - |
| CMYK | 0.69 | 0.80 | 0 | 0.02 |
| HSL | 248.06º | 0.96% | 0.59% | - |
| HSV(B) | 248.06º | 0.8% | 0.98% | - |
| XYZ | 21.61 | 10.82 | 92.22 | - |
| YUV | 80.99 | 223.95 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 50 | 251 | 0.69 | 0.80 | 0 | 0.02 | 248.06 | 0.96 | 0.59 |
| Hex | 4D | 32 | FB | 45 | 50 | 0 | 2 | F8 | 60 | 3B |
| Octal | 115 | 62 | 373 | 105 | 120 | 0 | 2 | 370 | 140 | 73 |
| Binary | 1001101 | 110010 | 11111011 | 1000101 | 1010000 | 0 | 10 | 11111000 | 1100000 | 111011 |
Color Harmonies of #4D32FB
Complementary color
Monochromatic Colors of #4D32FB
Black with #4D32FB
Text Example
Text Example
White with #4D32FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D32FB; }
p { color: rgb(77,50,251); }
H1.HeaderClassName
{
color: #4D32FB;
}
.AnyTagClassName
{
color: #4D32FB;
}
</style>
background-color css
<style>
a { background-color: #4D32FB; }
a { background-color: rgb(77,50,251); }
div.DivClassName
{
background-color: #4D32FB;
}
.BgClassName
{
background-color: #4D32FB;
}
</style>
border-color css
<style>
span { border-color: #4D32FB; }
span { border-color: rgb(77,50,251); }
td.TdClassName
{
border-color: #4D32FB;
}
.TagClassName
{
border-color: #4D32FB;
}
</style>