Shades of Han Purple #4525DB
Tints of Han Purple #4525DB
RGB
CMYK
RGB Variations
Color information
#4525DB (or 0x4525DB) is known color: Han Purple. HEX triplet: 45, 25 and DB. RGB value is (69,37,219). Sum of RGB (Red+Green+Blue) = 69+37+219=325 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.23% from 325); Green value is 37 (14.84% from 255 or 11.38% from 325); Blue value is 219 (85.94% from 255 or 67.38% from 325); Max value from RGB is 219 - color contains mainly: blue. Hex color #4525DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4525DB is #BADA24. Grayscale: #424242. Windows color (decimal): -12245541 or 14361925. OLE color: 14361925.
HSL color Cylindrical-coordinate representation of color #4525DB: hue angle of 250.55º 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 #4525DB is Cyan = 0.68, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 69 | 37 | 219 | - |
| CMYK | 0.68 | 0.83 | 0 | 0.14 |
| HSL | 250.55º | 0.72% | 0.5% | - |
| HSV(B) | 250.55º | 0.83% | 0.86% | - |
| XYZ | 15.9 | 7.7 | 67.67 | - |
| YUV | 67.32 | 213.6 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 37 | 219 | 0.68 | 0.83 | 0 | 0.14 | 250.55 | 0.72 | 0.5 |
| Hex | 45 | 25 | DB | 44 | 53 | 0 | E | FB | 48 | 32 |
| Octal | 105 | 45 | 333 | 104 | 123 | 0 | 16 | 373 | 110 | 62 |
| Binary | 1000101 | 100101 | 11011011 | 1000100 | 1010011 | 0 | 1110 | 11111011 | 1001000 | 110010 |
Color Harmonies of #4525DB
Complementary color
Monochromatic Colors of #4525DB
Black with #4525DB
Text Example
Text Example
White with #4525DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4525DB; }
p { color: rgb(69,37,219); }
H1.HeaderClassName
{
color: #4525DB;
}
.AnyTagClassName
{
color: #4525DB;
}
</style>
background-color css
<style>
a { background-color: #4525DB; }
a { background-color: rgb(69,37,219); }
div.DivClassName
{
background-color: #4525DB;
}
.BgClassName
{
background-color: #4525DB;
}
</style>
border-color css
<style>
span { border-color: #4525DB; }
span { border-color: rgb(69,37,219); }
td.TdClassName
{
border-color: #4525DB;
}
.TagClassName
{
border-color: #4525DB;
}
</style>