Shades of Han Purple #4D25DD
Tints of Han Purple #4D25DD
RGB
CMYK
RGB Variations
Color information
#4D25DD (or 0x4D25DD) is known color: Han Purple. HEX triplet: 4D, 25 and DD. RGB value is (77,37,221). Sum of RGB (Red+Green+Blue) = 77+37+221=335 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.99% from 335); Green value is 37 (14.84% from 255 or 11.04% from 335); Blue value is 221 (86.72% from 255 or 65.97% from 335); Max value from RGB is 221 - color contains mainly: blue. Hex color #4D25DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D25DD is #B2DA22. Grayscale: #454545. Windows color (decimal): -11721251 or 14493005. OLE color: 14493005.
HSL color Cylindrical-coordinate representation of color #4D25DD: hue angle of 253.04º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4D25DD is Cyan = 0.65, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 37 | 221 | - |
| CMYK | 0.65 | 0.83 | 0 | 0.13 |
| HSL | 253.04º | 0.73% | 0.51% | - |
| HSV(B) | 253.04º | 0.83% | 0.87% | - |
| XYZ | 16.77 | 8.12 | 69.09 | - |
| YUV | 69.94 | 213.25 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 37 | 221 | 0.65 | 0.83 | 0 | 0.13 | 253.04 | 0.73 | 0.51 |
| Hex | 4D | 25 | DD | 41 | 53 | 0 | D | FD | 49 | 33 |
| Octal | 115 | 45 | 335 | 101 | 123 | 0 | 15 | 375 | 111 | 63 |
| Binary | 1001101 | 100101 | 11011101 | 1000001 | 1010011 | 0 | 1101 | 11111101 | 1001001 | 110011 |
Color Harmonies of #4D25DD
Complementary color
Monochromatic Colors of #4D25DD
Black with #4D25DD
Text Example
Text Example
White with #4D25DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D25DD; }
p { color: rgb(77,37,221); }
H1.HeaderClassName
{
color: #4D25DD;
}
.AnyTagClassName
{
color: #4D25DD;
}
</style>
background-color css
<style>
a { background-color: #4D25DD; }
a { background-color: rgb(77,37,221); }
div.DivClassName
{
background-color: #4D25DD;
}
.BgClassName
{
background-color: #4D25DD;
}
</style>
border-color css
<style>
span { border-color: #4D25DD; }
span { border-color: rgb(77,37,221); }
td.TdClassName
{
border-color: #4D25DD;
}
.TagClassName
{
border-color: #4D25DD;
}
</style>