Shades of Han Purple #4627DB
Tints of Han Purple #4627DB
RGB
CMYK
RGB Variations
Color information
#4627DB (or 0x4627DB) is known color: Han Purple. HEX triplet: 46, 27 and DB. RGB value is (70,39,219). Sum of RGB (Red+Green+Blue) = 70+39+219=328 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.34% from 328); Green value is 39 (15.62% from 255 or 11.89% from 328); Blue value is 219 (85.94% from 255 or 66.77% from 328); Max value from RGB is 219 - color contains mainly: blue. Hex color #4627DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4627DB is #B9D824. Grayscale: #444444. Windows color (decimal): -12179493 or 14362438. OLE color: 14362438.
HSL color Cylindrical-coordinate representation of color #4627DB: hue angle of 250.33º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4627DB is Cyan = 0.68, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 39 | 219 | - |
| CMYK | 0.68 | 0.82 | 0 | 0.14 |
| HSL | 250.33º | 0.71% | 0.51% | - |
| HSV(B) | 250.33º | 0.82% | 0.86% | - |
| XYZ | 16.04 | 7.87 | 67.69 | - |
| YUV | 68.79 | 212.77 | 128.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 39 | 219 | 0.68 | 0.82 | 0 | 0.14 | 250.33 | 0.71 | 0.51 |
| Hex | 46 | 27 | DB | 44 | 52 | 0 | E | FA | 47 | 33 |
| Octal | 106 | 47 | 333 | 104 | 122 | 0 | 16 | 372 | 107 | 63 |
| Binary | 1000110 | 100111 | 11011011 | 1000100 | 1010010 | 0 | 1110 | 11111010 | 1000111 | 110011 |
Color Harmonies of #4627DB
Complementary color
Monochromatic Colors of #4627DB
Black with #4627DB
Text Example
Text Example
White with #4627DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4627DB; }
p { color: rgb(70,39,219); }
H1.HeaderClassName
{
color: #4627DB;
}
.AnyTagClassName
{
color: #4627DB;
}
</style>
background-color css
<style>
a { background-color: #4627DB; }
a { background-color: rgb(70,39,219); }
div.DivClassName
{
background-color: #4627DB;
}
.BgClassName
{
background-color: #4627DB;
}
</style>
border-color css
<style>
span { border-color: #4627DB; }
span { border-color: rgb(70,39,219); }
td.TdClassName
{
border-color: #4627DB;
}
.TagClassName
{
border-color: #4627DB;
}
</style>