Shades of Han Purple #4D25FF
Tints of Han Purple #4D25FF
RGB
CMYK
RGB Variations
Color information
#4D25FF (or 0x4D25FF) is known color: Han Purple. HEX triplet: 4D, 25 and FF. RGB value is (77,37,255). Sum of RGB (Red+Green+Blue) = 77+37+255=369 (48% of max value = 765). Red value is 77 (30.47% from 255 or 20.87% from 369); Green value is 37 (14.84% from 255 or 10.03% from 369); Blue value is 255 (100% from 255 or 69.11% from 369); Max value from RGB is 255 - color contains mainly: blue. Hex color #4D25FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D25FF is #B2DA00. Grayscale: #484848. Windows color (decimal): -11721217 or 16721229. OLE color: 16721229.
HSL color Cylindrical-coordinate representation of color #4D25FF: hue angle of 251.01º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4D25FF is Cyan = 0.70, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 37 | 255 | - |
| CMYK | 0.70 | 0.85 | 0 | 0 |
| HSL | 251.01º | 1% | 0.57% | - |
| HSV(B) | 251.01º | 0.85% | 1% | - |
| XYZ | 21.77 | 10.12 | 95.41 | - |
| YUV | 73.81 | 230.25 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 37 | 255 | 0.70 | 0.85 | 0 | 0 | 251.01 | 1 | 0.57 |
| Hex | 4D | 25 | FF | 46 | 55 | 0 | 0 | FB | 64 | 39 |
| Octal | 115 | 45 | 377 | 106 | 125 | 0 | 0 | 373 | 144 | 71 |
| Binary | 1001101 | 100101 | 11111111 | 1000110 | 1010101 | 0 | 0 | 11111011 | 1100100 | 111001 |
Color Harmonies of #4D25FF
Complementary color
Monochromatic Colors of #4D25FF
Black with #4D25FF
Text Example
Text Example
White with #4D25FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D25FF; }
p { color: rgb(77,37,255); }
H1.HeaderClassName
{
color: #4D25FF;
}
.AnyTagClassName
{
color: #4D25FF;
}
</style>
background-color css
<style>
a { background-color: #4D25FF; }
a { background-color: rgb(77,37,255); }
div.DivClassName
{
background-color: #4D25FF;
}
.BgClassName
{
background-color: #4D25FF;
}
</style>
border-color css
<style>
span { border-color: #4D25FF; }
span { border-color: rgb(77,37,255); }
td.TdClassName
{
border-color: #4D25FF;
}
.TagClassName
{
border-color: #4D25FF;
}
</style>