Shades of Han Purple #4615DB
Tints of Han Purple #4615DB
RGB
CMYK
RGB Variations
Color information
#4615DB (or 0x4615DB) is known color: Han Purple. HEX triplet: 46, 15 and DB. RGB value is (70,21,219). Sum of RGB (Red+Green+Blue) = 70+21+219=310 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.58% from 310); Green value is 21 (8.59% from 255 or 6.77% from 310); Blue value is 219 (85.94% from 255 or 70.65% from 310); Max value from RGB is 219 - color contains mainly: blue. Hex color #4615DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4615DB is #B9EA24. Grayscale: #393939. Windows color (decimal): -12184101 or 14357830. OLE color: 14357830.
HSL color Cylindrical-coordinate representation of color #4615DB: hue angle of 254.85º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4615DB is Cyan = 0.68, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 21 | 219 | - |
| CMYK | 0.68 | 0.90 | 0 | 0.14 |
| HSL | 254.85º | 0.83% | 0.47% | - |
| HSV(B) | 254.85º | 0.9% | 0.86% | - |
| XYZ | 15.58 | 6.95 | 67.54 | - |
| YUV | 58.22 | 218.73 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 21 | 219 | 0.68 | 0.90 | 0 | 0.14 | 254.85 | 0.83 | 0.47 |
| Hex | 46 | 15 | DB | 44 | 5A | 0 | E | FF | 52 | 2F |
| Octal | 106 | 25 | 333 | 104 | 132 | 0 | 16 | 377 | 122 | 57 |
| Binary | 1000110 | 10101 | 11011011 | 1000100 | 1011010 | 0 | 1110 | 11111111 | 1010010 | 101111 |
Color Harmonies of #4615DB
Complementary color
Monochromatic Colors of #4615DB
Black with #4615DB
Text Example
Text Example
White with #4615DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4615DB; }
p { color: rgb(70,21,219); }
H1.HeaderClassName
{
color: #4615DB;
}
.AnyTagClassName
{
color: #4615DB;
}
</style>
background-color css
<style>
a { background-color: #4615DB; }
a { background-color: rgb(70,21,219); }
div.DivClassName
{
background-color: #4615DB;
}
.BgClassName
{
background-color: #4615DB;
}
</style>
border-color css
<style>
span { border-color: #4615DB; }
span { border-color: rgb(70,21,219); }
td.TdClassName
{
border-color: #4615DB;
}
.TagClassName
{
border-color: #4615DB;
}
</style>