Shades of Han Purple #4610DB
Tints of Han Purple #4610DB
RGB
CMYK
RGB Variations
Color information
#4610DB (or 0x4610DB) is known color: Han Purple. HEX triplet: 46, 10 and DB. RGB value is (70,16,219). Sum of RGB (Red+Green+Blue) = 70+16+219=305 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.95% from 305); Green value is 16 (6.64% from 255 or 5.25% from 305); Blue value is 219 (85.94% from 255 or 71.80% from 305); Max value from RGB is 219 - color contains mainly: blue. Hex color #4610DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4610DB is #B9EF24. Grayscale: #363636. Windows color (decimal): -12185381 or 14356550. OLE color: 14356550.
HSL color Cylindrical-coordinate representation of color #4610DB: hue angle of 255.96º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4610DB is Cyan = 0.68, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 16 | 219 | - |
| CMYK | 0.68 | 0.93 | 0 | 0.14 |
| HSL | 255.96º | 0.86% | 0.46% | - |
| HSV(B) | 255.96º | 0.93% | 0.86% | - |
| XYZ | 15.5 | 6.79 | 67.51 | - |
| YUV | 55.29 | 220.39 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 16 | 219 | 0.68 | 0.93 | 0 | 0.14 | 255.96 | 0.86 | 0.46 |
| Hex | 46 | 10 | DB | 44 | 5D | 0 | E | 100 | 56 | 2E |
| Octal | 106 | 20 | 333 | 104 | 135 | 0 | 16 | 400 | 126 | 56 |
| Binary | 1000110 | 10000 | 11011011 | 1000100 | 1011101 | 0 | 1110 | 100000000 | 1010110 | 101110 |
Color Harmonies of #4610DB
Complementary color
Monochromatic Colors of #4610DB
Black with #4610DB
Text Example
Text Example
White with #4610DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4610DB; }
p { color: rgb(70,16,219); }
H1.HeaderClassName
{
color: #4610DB;
}
.AnyTagClassName
{
color: #4610DB;
}
</style>
background-color css
<style>
a { background-color: #4610DB; }
a { background-color: rgb(70,16,219); }
div.DivClassName
{
background-color: #4610DB;
}
.BgClassName
{
background-color: #4610DB;
}
</style>
border-color css
<style>
span { border-color: #4610DB; }
span { border-color: rgb(70,16,219); }
td.TdClassName
{
border-color: #4610DB;
}
.TagClassName
{
border-color: #4610DB;
}
</style>