Shades of Han Purple #4613DB
Tints of Han Purple #4613DB
RGB
CMYK
RGB Variations
Color information
#4613DB (or 0x4613DB) is known color: Han Purple. HEX triplet: 46, 13 and DB. RGB value is (70,19,219). Sum of RGB (Red+Green+Blue) = 70+19+219=308 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.73% from 308); Green value is 19 (7.81% from 255 or 6.17% from 308); Blue value is 219 (85.94% from 255 or 71.10% from 308); Max value from RGB is 219 - color contains mainly: blue. Hex color #4613DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4613DB is #B9EC24. Grayscale: #383838. Windows color (decimal): -12184613 or 14357318. OLE color: 14357318.
HSL color Cylindrical-coordinate representation of color #4613DB: hue angle of 255.3º degrees, saturation: 0.84, 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 #4613DB is Cyan = 0.68, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 19 | 219 | - |
| CMYK | 0.68 | 0.91 | 0 | 0.14 |
| HSL | 255.3º | 0.84% | 0.47% | - |
| HSV(B) | 255.3º | 0.91% | 0.86% | - |
| XYZ | 15.54 | 6.88 | 67.53 | - |
| YUV | 57.05 | 219.4 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 19 | 219 | 0.68 | 0.91 | 0 | 0.14 | 255.3 | 0.84 | 0.47 |
| Hex | 46 | 13 | DB | 44 | 5B | 0 | E | FF | 54 | 2F |
| Octal | 106 | 23 | 333 | 104 | 133 | 0 | 16 | 377 | 124 | 57 |
| Binary | 1000110 | 10011 | 11011011 | 1000100 | 1011011 | 0 | 1110 | 11111111 | 1010100 | 101111 |
Color Harmonies of #4613DB
Complementary color
Monochromatic Colors of #4613DB
Black with #4613DB
Text Example
Text Example
White with #4613DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4613DB; }
p { color: rgb(70,19,219); }
H1.HeaderClassName
{
color: #4613DB;
}
.AnyTagClassName
{
color: #4613DB;
}
</style>
background-color css
<style>
a { background-color: #4613DB; }
a { background-color: rgb(70,19,219); }
div.DivClassName
{
background-color: #4613DB;
}
.BgClassName
{
background-color: #4613DB;
}
</style>
border-color css
<style>
span { border-color: #4613DB; }
span { border-color: rgb(70,19,219); }
td.TdClassName
{
border-color: #4613DB;
}
.TagClassName
{
border-color: #4613DB;
}
</style>