Shades of Han Purple #4626DB
Tints of Han Purple #4626DB
RGB
CMYK
RGB Variations
Color information
#4626DB (or 0x4626DB) is known color: Han Purple. HEX triplet: 46, 26 and DB. RGB value is (70,38,219). Sum of RGB (Red+Green+Blue) = 70+38+219=327 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.41% from 327); Green value is 38 (15.23% from 255 or 11.62% from 327); Blue value is 219 (85.94% from 255 or 66.97% from 327); Max value from RGB is 219 - color contains mainly: blue. Hex color #4626DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4626DB is #B9D924. Grayscale: #434343. Windows color (decimal): -12179749 or 14362182. OLE color: 14362182.
HSL color Cylindrical-coordinate representation of color #4626DB: hue angle of 250.61º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4626DB is Cyan = 0.68, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 38 | 219 | - |
| CMYK | 0.68 | 0.83 | 0 | 0.14 |
| HSL | 250.61º | 0.72% | 0.5% | - |
| HSV(B) | 250.61º | 0.83% | 0.86% | - |
| XYZ | 16.01 | 7.8 | 67.68 | - |
| YUV | 68.2 | 213.1 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 38 | 219 | 0.68 | 0.83 | 0 | 0.14 | 250.61 | 0.72 | 0.5 |
| Hex | 46 | 26 | DB | 44 | 53 | 0 | E | FB | 48 | 32 |
| Octal | 106 | 46 | 333 | 104 | 123 | 0 | 16 | 373 | 110 | 62 |
| Binary | 1000110 | 100110 | 11011011 | 1000100 | 1010011 | 0 | 1110 | 11111011 | 1001000 | 110010 |
Color Harmonies of #4626DB
Complementary color
Monochromatic Colors of #4626DB
Black with #4626DB
Text Example
Text Example
White with #4626DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4626DB; }
p { color: rgb(70,38,219); }
H1.HeaderClassName
{
color: #4626DB;
}
.AnyTagClassName
{
color: #4626DB;
}
</style>
background-color css
<style>
a { background-color: #4626DB; }
a { background-color: rgb(70,38,219); }
div.DivClassName
{
background-color: #4626DB;
}
.BgClassName
{
background-color: #4626DB;
}
</style>
border-color css
<style>
span { border-color: #4626DB; }
span { border-color: rgb(70,38,219); }
td.TdClassName
{
border-color: #4626DB;
}
.TagClassName
{
border-color: #4626DB;
}
</style>