Shades of Han Purple #4D32FD
Tints of Han Purple #4D32FD
RGB
CMYK
RGB Variations
Color information
#4D32FD (or 0x4D32FD) is known color: Han Purple. HEX triplet: 4D, 32 and FD. RGB value is (77,50,253). Sum of RGB (Red+Green+Blue) = 77+50+253=380 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.26% from 380); Green value is 50 (19.92% from 255 or 13.16% from 380); Blue value is 253 (99.22% from 255 or 66.58% from 380); Max value from RGB is 253 - color contains mainly: blue. Hex color #4D32FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D32FD is #B2CD02. Grayscale: #505050. Windows color (decimal): -11717891 or 16593485. OLE color: 16593485.
HSL color Cylindrical-coordinate representation of color #4D32FD: hue angle of 247.98º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4D32FD is Cyan = 0.70, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 50 | 253 | - |
| CMYK | 0.70 | 0.80 | 0 | 0.01 |
| HSL | 247.98º | 0.98% | 0.59% | - |
| HSV(B) | 247.98º | 0.8% | 0.99% | - |
| XYZ | 21.93 | 10.95 | 93.89 | - |
| YUV | 81.22 | 224.95 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 50 | 253 | 0.70 | 0.80 | 0 | 0.01 | 247.98 | 0.98 | 0.59 |
| Hex | 4D | 32 | FD | 46 | 50 | 0 | 1 | F8 | 62 | 3B |
| Octal | 115 | 62 | 375 | 106 | 120 | 0 | 1 | 370 | 142 | 73 |
| Binary | 1001101 | 110010 | 11111101 | 1000110 | 1010000 | 0 | 1 | 11111000 | 1100010 | 111011 |
Color Harmonies of #4D32FD
Complementary color
Monochromatic Colors of #4D32FD
Black with #4D32FD
Text Example
Text Example
White with #4D32FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D32FD; }
p { color: rgb(77,50,253); }
H1.HeaderClassName
{
color: #4D32FD;
}
.AnyTagClassName
{
color: #4D32FD;
}
</style>
background-color css
<style>
a { background-color: #4D32FD; }
a { background-color: rgb(77,50,253); }
div.DivClassName
{
background-color: #4D32FD;
}
.BgClassName
{
background-color: #4D32FD;
}
</style>
border-color css
<style>
span { border-color: #4D32FD; }
span { border-color: rgb(77,50,253); }
td.TdClassName
{
border-color: #4D32FD;
}
.TagClassName
{
border-color: #4D32FD;
}
</style>