Shades of Han Purple #4D29FA
Tints of Han Purple #4D29FA
RGB
CMYK
RGB Variations
Color information
#4D29FA (or 0x4D29FA) is known color: Han Purple. HEX triplet: 4D, 29 and FA. RGB value is (77,41,250). Sum of RGB (Red+Green+Blue) = 77+41+250=368 (48% of max value = 765). Red value is 77 (30.47% from 255 or 20.92% from 368); Green value is 41 (16.41% from 255 or 11.14% from 368); Blue value is 250 (98.05% from 255 or 67.93% from 368); Max value from RGB is 250 - color contains mainly: blue. Hex color #4D29FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D29FA is #B2D605. Grayscale: #4A4A4A. Windows color (decimal): -11720198 or 16394573. OLE color: 16394573.
HSL color Cylindrical-coordinate representation of color #4D29FA: hue angle of 250.33º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4D29FA is Cyan = 0.69, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 41 | 250 | - |
| CMYK | 0.69 | 0.84 | 0 | 0.02 |
| HSL | 250.33º | 0.95% | 0.57% | - |
| HSV(B) | 250.33º | 0.84% | 0.98% | - |
| XYZ | 21.11 | 10.07 | 91.27 | - |
| YUV | 75.59 | 226.43 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 41 | 250 | 0.69 | 0.84 | 0 | 0.02 | 250.33 | 0.95 | 0.57 |
| Hex | 4D | 29 | FA | 45 | 54 | 0 | 2 | FA | 5F | 39 |
| Octal | 115 | 51 | 372 | 105 | 124 | 0 | 2 | 372 | 137 | 71 |
| Binary | 1001101 | 101001 | 11111010 | 1000101 | 1010100 | 0 | 10 | 11111010 | 1011111 | 111001 |
Color Harmonies of #4D29FA
Complementary color
Monochromatic Colors of #4D29FA
Black with #4D29FA
Text Example
Text Example
White with #4D29FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D29FA; }
p { color: rgb(77,41,250); }
H1.HeaderClassName
{
color: #4D29FA;
}
.AnyTagClassName
{
color: #4D29FA;
}
</style>
background-color css
<style>
a { background-color: #4D29FA; }
a { background-color: rgb(77,41,250); }
div.DivClassName
{
background-color: #4D29FA;
}
.BgClassName
{
background-color: #4D29FA;
}
</style>
border-color css
<style>
span { border-color: #4D29FA; }
span { border-color: rgb(77,41,250); }
td.TdClassName
{
border-color: #4D29FA;
}
.TagClassName
{
border-color: #4D29FA;
}
</style>