Shades of Han Purple #4D2CF3
Tints of Han Purple #4D2CF3
RGB
CMYK
RGB Variations
Color information
#4D2CF3 (or 0x4D2CF3) is known color: Han Purple. HEX triplet: 4D, 2C and F3. RGB value is (77,44,243). Sum of RGB (Red+Green+Blue) = 77+44+243=364 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.15% from 364); Green value is 44 (17.58% from 255 or 12.09% from 364); Blue value is 243 (95.31% from 255 or 66.76% from 364); Max value from RGB is 243 - color contains mainly: blue. Hex color #4D2CF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D2CF3 is #B2D30C. Grayscale: #4B4B4B. Windows color (decimal): -11719437 or 15936589. OLE color: 15936589.
HSL color Cylindrical-coordinate representation of color #4D2CF3: hue angle of 249.95º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4D2CF3 is Cyan = 0.68, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 77 | 44 | 243 | - |
| CMYK | 0.68 | 0.82 | 0 | 0.05 |
| HSL | 249.95º | 0.89% | 0.56% | - |
| HSV(B) | 249.95º | 0.82% | 0.95% | - |
| XYZ | 20.14 | 9.85 | 85.63 | - |
| YUV | 76.55 | 221.93 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 44 | 243 | 0.68 | 0.82 | 0 | 0.05 | 249.95 | 0.89 | 0.56 |
| Hex | 4D | 2C | F3 | 44 | 52 | 0 | 5 | FA | 59 | 38 |
| Octal | 115 | 54 | 363 | 104 | 122 | 0 | 5 | 372 | 131 | 70 |
| Binary | 1001101 | 101100 | 11110011 | 1000100 | 1010010 | 0 | 101 | 11111010 | 1011001 | 111000 |
Color Harmonies of #4D2CF3
Complementary color
Monochromatic Colors of #4D2CF3
Black with #4D2CF3
Text Example
Text Example
White with #4D2CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2CF3; }
p { color: rgb(77,44,243); }
H1.HeaderClassName
{
color: #4D2CF3;
}
.AnyTagClassName
{
color: #4D2CF3;
}
</style>
background-color css
<style>
a { background-color: #4D2CF3; }
a { background-color: rgb(77,44,243); }
div.DivClassName
{
background-color: #4D2CF3;
}
.BgClassName
{
background-color: #4D2CF3;
}
</style>
border-color css
<style>
span { border-color: #4D2CF3; }
span { border-color: rgb(77,44,243); }
td.TdClassName
{
border-color: #4D2CF3;
}
.TagClassName
{
border-color: #4D2CF3;
}
</style>