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