Shades of Han Purple #4B25DB
Tints of Han Purple #4B25DB
RGB
CMYK
RGB Variations
Color information
#4B25DB (or 0x4B25DB) is known color: Han Purple. HEX triplet: 4B, 25 and DB. RGB value is (75,37,219). Sum of RGB (Red+Green+Blue) = 75+37+219=331 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.66% from 331); Green value is 37 (14.84% from 255 or 11.18% from 331); Blue value is 219 (85.94% from 255 or 66.16% from 331); Max value from RGB is 219 - color contains mainly: blue. Hex color #4B25DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B25DB is #B4DA24. Grayscale: #444444. Windows color (decimal): -11852325 or 14361931. OLE color: 14361931.
HSL color Cylindrical-coordinate representation of color #4B25DB: hue angle of 252.53º 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 #4B25DB is Cyan = 0.66, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 75 | 37 | 219 | - |
| CMYK | 0.66 | 0.83 | 0 | 0.14 |
| HSL | 252.53º | 0.72% | 0.5% | - |
| HSV(B) | 252.53º | 0.83% | 0.86% | - |
| XYZ | 16.35 | 7.93 | 67.69 | - |
| YUV | 69.11 | 212.59 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 37 | 219 | 0.66 | 0.83 | 0 | 0.14 | 252.53 | 0.72 | 0.5 |
| Hex | 4B | 25 | DB | 42 | 53 | 0 | E | FD | 48 | 32 |
| Octal | 113 | 45 | 333 | 102 | 123 | 0 | 16 | 375 | 110 | 62 |
| Binary | 1001011 | 100101 | 11011011 | 1000010 | 1010011 | 0 | 1110 | 11111101 | 1001000 | 110010 |
Color Harmonies of #4B25DB
Complementary color
Monochromatic Colors of #4B25DB
Black with #4B25DB
Text Example
Text Example
White with #4B25DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B25DB; }
p { color: rgb(75,37,219); }
H1.HeaderClassName
{
color: #4B25DB;
}
.AnyTagClassName
{
color: #4B25DB;
}
</style>
background-color css
<style>
a { background-color: #4B25DB; }
a { background-color: rgb(75,37,219); }
div.DivClassName
{
background-color: #4B25DB;
}
.BgClassName
{
background-color: #4B25DB;
}
</style>
border-color css
<style>
span { border-color: #4B25DB; }
span { border-color: rgb(75,37,219); }
td.TdClassName
{
border-color: #4B25DB;
}
.TagClassName
{
border-color: #4B25DB;
}
</style>