Shades of Han Purple #4D2DFD
Tints of Han Purple #4D2DFD
RGB
CMYK
RGB Variations
Color information
#4D2DFD (or 0x4D2DFD) is known color: Han Purple. HEX triplet: 4D, 2D and FD. RGB value is (77,45,253). Sum of RGB (Red+Green+Blue) = 77+45+253=375 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.53% from 375); Green value is 45 (17.97% from 255 or 12% from 375); Blue value is 253 (99.22% from 255 or 67.47% from 375); Max value from RGB is 253 - color contains mainly: blue. Hex color #4D2DFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D2DFD is #B2D202. Grayscale: #4D4D4D. Windows color (decimal): -11719171 or 16592205. OLE color: 16592205.
HSL color Cylindrical-coordinate representation of color #4D2DFD: hue angle of 249.23º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4D2DFD is Cyan = 0.70, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 45 | 253 | - |
| CMYK | 0.70 | 0.82 | 0 | 0.01 |
| HSL | 249.23º | 0.98% | 0.58% | - |
| HSV(B) | 249.23º | 0.82% | 0.99% | - |
| XYZ | 21.73 | 10.55 | 93.82 | - |
| YUV | 78.28 | 226.6 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 45 | 253 | 0.70 | 0.82 | 0 | 0.01 | 249.23 | 0.98 | 0.58 |
| Hex | 4D | 2D | FD | 46 | 52 | 0 | 1 | F9 | 62 | 3A |
| Octal | 115 | 55 | 375 | 106 | 122 | 0 | 1 | 371 | 142 | 72 |
| Binary | 1001101 | 101101 | 11111101 | 1000110 | 1010010 | 0 | 1 | 11111001 | 1100010 | 111010 |
Color Harmonies of #4D2DFD
Complementary color
Monochromatic Colors of #4D2DFD
Black with #4D2DFD
Text Example
Text Example
White with #4D2DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2DFD; }
p { color: rgb(77,45,253); }
H1.HeaderClassName
{
color: #4D2DFD;
}
.AnyTagClassName
{
color: #4D2DFD;
}
</style>
background-color css
<style>
a { background-color: #4D2DFD; }
a { background-color: rgb(77,45,253); }
div.DivClassName
{
background-color: #4D2DFD;
}
.BgClassName
{
background-color: #4D2DFD;
}
</style>
border-color css
<style>
span { border-color: #4D2DFD; }
span { border-color: rgb(77,45,253); }
td.TdClassName
{
border-color: #4D2DFD;
}
.TagClassName
{
border-color: #4D2DFD;
}
</style>