Shades of Han Purple #4C25DB
Tints of Han Purple #4C25DB
RGB
CMYK
RGB Variations
Color information
#4C25DB (or 0x4C25DB) is known color: Han Purple. HEX triplet: 4C, 25 and DB. RGB value is (76,37,219). Sum of RGB (Red+Green+Blue) = 76+37+219=332 (43% of max value = 765). Red value is 76 (30.08% from 255 or 22.89% from 332); Green value is 37 (14.84% from 255 or 11.14% from 332); Blue value is 219 (85.94% from 255 or 65.96% from 332); Max value from RGB is 219 - color contains mainly: blue. Hex color #4C25DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C25DB is #B3DA24. Grayscale: #444444. Windows color (decimal): -11786789 or 14361932. OLE color: 14361932.
HSL color Cylindrical-coordinate representation of color #4C25DB: hue angle of 252.86º 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 #4C25DB is Cyan = 0.65, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 76 | 37 | 219 | - |
| CMYK | 0.65 | 0.83 | 0 | 0.14 |
| HSL | 252.86º | 0.72% | 0.5% | - |
| HSV(B) | 252.86º | 0.83% | 0.86% | - |
| XYZ | 16.43 | 7.97 | 67.69 | - |
| YUV | 69.41 | 212.42 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 37 | 219 | 0.65 | 0.83 | 0 | 0.14 | 252.86 | 0.72 | 0.5 |
| Hex | 4C | 25 | DB | 41 | 53 | 0 | E | FD | 48 | 32 |
| Octal | 114 | 45 | 333 | 101 | 123 | 0 | 16 | 375 | 110 | 62 |
| Binary | 1001100 | 100101 | 11011011 | 1000001 | 1010011 | 0 | 1110 | 11111101 | 1001000 | 110010 |
Color Harmonies of #4C25DB
Complementary color
Monochromatic Colors of #4C25DB
Black with #4C25DB
Text Example
Text Example
White with #4C25DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C25DB; }
p { color: rgb(76,37,219); }
H1.HeaderClassName
{
color: #4C25DB;
}
.AnyTagClassName
{
color: #4C25DB;
}
</style>
background-color css
<style>
a { background-color: #4C25DB; }
a { background-color: rgb(76,37,219); }
div.DivClassName
{
background-color: #4C25DB;
}
.BgClassName
{
background-color: #4C25DB;
}
</style>
border-color css
<style>
span { border-color: #4C25DB; }
span { border-color: rgb(76,37,219); }
td.TdClassName
{
border-color: #4C25DB;
}
.TagClassName
{
border-color: #4C25DB;
}
</style>