Shades of Han Purple #4D29FD
Tints of Han Purple #4D29FD
RGB
CMYK
RGB Variations
Color information
#4D29FD (or 0x4D29FD) is known color: Han Purple. HEX triplet: 4D, 29 and FD. RGB value is (77,41,253). Sum of RGB (Red+Green+Blue) = 77+41+253=371 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.75% from 371); Green value is 41 (16.41% from 255 or 11.05% from 371); Blue value is 253 (99.22% from 255 or 68.19% from 371); Max value from RGB is 253 - color contains mainly: blue. Hex color #4D29FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D29FD is #B2D602. Grayscale: #4B4B4B. Windows color (decimal): -11720195 or 16591181. OLE color: 16591181.
HSL color Cylindrical-coordinate representation of color #4D29FD: hue angle of 250.19º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4D29FD is Cyan = 0.70, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 41 | 253 | - |
| CMYK | 0.70 | 0.84 | 0 | 0.01 |
| HSL | 250.19º | 0.98% | 0.58% | - |
| HSV(B) | 250.19º | 0.84% | 0.99% | - |
| XYZ | 21.58 | 10.26 | 93.77 | - |
| YUV | 75.93 | 227.93 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 41 | 253 | 0.70 | 0.84 | 0 | 0.01 | 250.19 | 0.98 | 0.58 |
| Hex | 4D | 29 | FD | 46 | 54 | 0 | 1 | FA | 62 | 3A |
| Octal | 115 | 51 | 375 | 106 | 124 | 0 | 1 | 372 | 142 | 72 |
| Binary | 1001101 | 101001 | 11111101 | 1000110 | 1010100 | 0 | 1 | 11111010 | 1100010 | 111010 |
Color Harmonies of #4D29FD
Complementary color
Monochromatic Colors of #4D29FD
Black with #4D29FD
Text Example
Text Example
White with #4D29FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D29FD; }
p { color: rgb(77,41,253); }
H1.HeaderClassName
{
color: #4D29FD;
}
.AnyTagClassName
{
color: #4D29FD;
}
</style>
background-color css
<style>
a { background-color: #4D29FD; }
a { background-color: rgb(77,41,253); }
div.DivClassName
{
background-color: #4D29FD;
}
.BgClassName
{
background-color: #4D29FD;
}
</style>
border-color css
<style>
span { border-color: #4D29FD; }
span { border-color: rgb(77,41,253); }
td.TdClassName
{
border-color: #4D29FD;
}
.TagClassName
{
border-color: #4D29FD;
}
</style>