Shades of Han Purple #4607DB
Tints of Han Purple #4607DB
RGB
CMYK
RGB Variations
Color information
#4607DB (or 0x4607DB) is known color: Han Purple. HEX triplet: 46, 07 and DB. RGB value is (70,7,219). Sum of RGB (Red+Green+Blue) = 70+7+219=296 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.65% from 296); Green value is 7 (3.12% from 255 or 2.36% from 296); Blue value is 219 (85.94% from 255 or 73.99% from 296); Max value from RGB is 219 - color contains mainly: blue. Hex color #4607DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4607DB is #B9F824. Grayscale: #313131. Windows color (decimal): -12187685 or 14354246. OLE color: 14354246.
HSL color Cylindrical-coordinate representation of color #4607DB: hue angle of 257.83º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4607DB is Cyan = 0.68, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 7 | 219 | - |
| CMYK | 0.68 | 0.97 | 0 | 0.14 |
| HSL | 257.83º | 0.94% | 0.44% | - |
| HSV(B) | 257.83º | 0.97% | 0.86% | - |
| XYZ | 15.39 | 6.57 | 67.47 | - |
| YUV | 50.01 | 223.37 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 7 | 219 | 0.68 | 0.97 | 0 | 0.14 | 257.83 | 0.94 | 0.44 |
| Hex | 46 | 7 | DB | 44 | 61 | 0 | E | 102 | 5E | 2C |
| Octal | 106 | 7 | 333 | 104 | 141 | 0 | 16 | 402 | 136 | 54 |
| Binary | 1000110 | 111 | 11011011 | 1000100 | 1100001 | 0 | 1110 | 100000010 | 1011110 | 101100 |
Color Harmonies of #4607DB
Complementary color
Monochromatic Colors of #4607DB
Black with #4607DB
Text Example
Text Example
White with #4607DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4607DB; }
p { color: rgb(70,7,219); }
H1.HeaderClassName
{
color: #4607DB;
}
.AnyTagClassName
{
color: #4607DB;
}
</style>
background-color css
<style>
a { background-color: #4607DB; }
a { background-color: rgb(70,7,219); }
div.DivClassName
{
background-color: #4607DB;
}
.BgClassName
{
background-color: #4607DB;
}
</style>
border-color css
<style>
span { border-color: #4607DB; }
span { border-color: rgb(70,7,219); }
td.TdClassName
{
border-color: #4607DB;
}
.TagClassName
{
border-color: #4607DB;
}
</style>