Shades of Han Purple #4D25DB
Tints of Han Purple #4D25DB
RGB
CMYK
RGB Variations
Color information
#4D25DB (or 0x4D25DB) is known color: Han Purple. HEX triplet: 4D, 25 and DB. RGB value is (77,37,219). Sum of RGB (Red+Green+Blue) = 77+37+219=333 (44% of max value = 765). Red value is 77 (30.47% from 255 or 23.12% from 333); Green value is 37 (14.84% from 255 or 11.11% from 333); Blue value is 219 (85.94% from 255 or 65.77% from 333); Max value from RGB is 219 - color contains mainly: blue. Hex color #4D25DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D25DB is #B2DA24. Grayscale: #454545. Windows color (decimal): -11721253 or 14361933. OLE color: 14361933.
HSL color Cylindrical-coordinate representation of color #4D25DB: hue angle of 253.19º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4D25DB is Cyan = 0.65, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 77 | 37 | 219 | - |
| CMYK | 0.65 | 0.83 | 0 | 0.14 |
| HSL | 253.19º | 0.72% | 0.5% | - |
| HSV(B) | 253.19º | 0.83% | 0.86% | - |
| XYZ | 16.51 | 8.02 | 67.69 | - |
| YUV | 69.71 | 212.25 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 37 | 219 | 0.65 | 0.83 | 0 | 0.14 | 253.19 | 0.72 | 0.5 |
| Hex | 4D | 25 | DB | 41 | 53 | 0 | E | FD | 48 | 32 |
| Octal | 115 | 45 | 333 | 101 | 123 | 0 | 16 | 375 | 110 | 62 |
| Binary | 1001101 | 100101 | 11011011 | 1000001 | 1010011 | 0 | 1110 | 11111101 | 1001000 | 110010 |
Color Harmonies of #4D25DB
Complementary color
Monochromatic Colors of #4D25DB
Black with #4D25DB
Text Example
Text Example
White with #4D25DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D25DB; }
p { color: rgb(77,37,219); }
H1.HeaderClassName
{
color: #4D25DB;
}
.AnyTagClassName
{
color: #4D25DB;
}
</style>
background-color css
<style>
a { background-color: #4D25DB; }
a { background-color: rgb(77,37,219); }
div.DivClassName
{
background-color: #4D25DB;
}
.BgClassName
{
background-color: #4D25DB;
}
</style>
border-color css
<style>
span { border-color: #4D25DB; }
span { border-color: rgb(77,37,219); }
td.TdClassName
{
border-color: #4D25DB;
}
.TagClassName
{
border-color: #4D25DB;
}
</style>