Shades of Han Purple #4614DB
Tints of Han Purple #4614DB
RGB
CMYK
RGB Variations
Color information
#4614DB (or 0x4614DB) is known color: Han Purple. HEX triplet: 46, 14 and DB. RGB value is (70,20,219). Sum of RGB (Red+Green+Blue) = 70+20+219=309 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.65% from 309); Green value is 20 (8.20% from 255 or 6.47% from 309); Blue value is 219 (85.94% from 255 or 70.87% from 309); Max value from RGB is 219 - color contains mainly: blue. Hex color #4614DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4614DB is #B9EB24. Grayscale: #383838. Windows color (decimal): -12184357 or 14357574. OLE color: 14357574.
HSL color Cylindrical-coordinate representation of color #4614DB: hue angle of 255.08º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4614DB is Cyan = 0.68, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 20 | 219 | - |
| CMYK | 0.68 | 0.91 | 0 | 0.14 |
| HSL | 255.08º | 0.83% | 0.47% | - |
| HSV(B) | 255.08º | 0.91% | 0.86% | - |
| XYZ | 15.56 | 6.92 | 67.53 | - |
| YUV | 57.64 | 219.07 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 20 | 219 | 0.68 | 0.91 | 0 | 0.14 | 255.08 | 0.83 | 0.47 |
| Hex | 46 | 14 | DB | 44 | 5B | 0 | E | FF | 53 | 2F |
| Octal | 106 | 24 | 333 | 104 | 133 | 0 | 16 | 377 | 123 | 57 |
| Binary | 1000110 | 10100 | 11011011 | 1000100 | 1011011 | 0 | 1110 | 11111111 | 1010011 | 101111 |
Color Harmonies of #4614DB
Complementary color
Monochromatic Colors of #4614DB
Black with #4614DB
Text Example
Text Example
White with #4614DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4614DB; }
p { color: rgb(70,20,219); }
H1.HeaderClassName
{
color: #4614DB;
}
.AnyTagClassName
{
color: #4614DB;
}
</style>
background-color css
<style>
a { background-color: #4614DB; }
a { background-color: rgb(70,20,219); }
div.DivClassName
{
background-color: #4614DB;
}
.BgClassName
{
background-color: #4614DB;
}
</style>
border-color css
<style>
span { border-color: #4614DB; }
span { border-color: rgb(70,20,219); }
td.TdClassName
{
border-color: #4614DB;
}
.TagClassName
{
border-color: #4614DB;
}
</style>