Shades of Han Purple #4620DB
Tints of Han Purple #4620DB
RGB
CMYK
RGB Variations
Color information
#4620DB (or 0x4620DB) is known color: Han Purple. HEX triplet: 46, 20 and DB. RGB value is (70,32,219). Sum of RGB (Red+Green+Blue) = 70+32+219=321 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.81% from 321); Green value is 32 (12.89% from 255 or 9.97% from 321); Blue value is 219 (85.94% from 255 or 68.22% from 321); Max value from RGB is 219 - color contains mainly: blue. Hex color #4620DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4620DB is #B9DF24. Grayscale: #3F3F3F. Windows color (decimal): -12181285 or 14360646. OLE color: 14360646.
HSL color Cylindrical-coordinate representation of color #4620DB: hue angle of 252.19º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4620DB is Cyan = 0.68, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 32 | 219 | - |
| CMYK | 0.68 | 0.85 | 0 | 0.14 |
| HSL | 252.19º | 0.75% | 0.49% | - |
| HSV(B) | 252.19º | 0.85% | 0.86% | - |
| XYZ | 15.83 | 7.45 | 67.62 | - |
| YUV | 64.68 | 215.09 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 32 | 219 | 0.68 | 0.85 | 0 | 0.14 | 252.19 | 0.75 | 0.49 |
| Hex | 46 | 20 | DB | 44 | 55 | 0 | E | FC | 4B | 31 |
| Octal | 106 | 40 | 333 | 104 | 125 | 0 | 16 | 374 | 113 | 61 |
| Binary | 1000110 | 100000 | 11011011 | 1000100 | 1010101 | 0 | 1110 | 11111100 | 1001011 | 110001 |
Color Harmonies of #4620DB
Complementary color
Monochromatic Colors of #4620DB
Black with #4620DB
Text Example
Text Example
White with #4620DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4620DB; }
p { color: rgb(70,32,219); }
H1.HeaderClassName
{
color: #4620DB;
}
.AnyTagClassName
{
color: #4620DB;
}
</style>
background-color css
<style>
a { background-color: #4620DB; }
a { background-color: rgb(70,32,219); }
div.DivClassName
{
background-color: #4620DB;
}
.BgClassName
{
background-color: #4620DB;
}
</style>
border-color css
<style>
span { border-color: #4620DB; }
span { border-color: rgb(70,32,219); }
td.TdClassName
{
border-color: #4620DB;
}
.TagClassName
{
border-color: #4620DB;
}
</style>