Shades of Han Purple #4A29DB
Tints of Han Purple #4A29DB
RGB
CMYK
RGB Variations
Color information
#4A29DB (or 0x4A29DB) is known color: Han Purple. HEX triplet: 4A, 29 and DB. RGB value is (74,41,219). Sum of RGB (Red+Green+Blue) = 74+41+219=334 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.16% from 334); Green value is 41 (16.41% from 255 or 12.28% from 334); Blue value is 219 (85.94% from 255 or 65.57% from 334); Max value from RGB is 219 - color contains mainly: blue. Hex color #4A29DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A29DB is #B5D624. Grayscale: #464646. Windows color (decimal): -11916837 or 14362954. OLE color: 14362954.
HSL color Cylindrical-coordinate representation of color #4A29DB: hue angle of 251.12º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4A29DB is Cyan = 0.66, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 41 | 219 | - |
| CMYK | 0.66 | 0.81 | 0 | 0.14 |
| HSL | 251.12º | 0.71% | 0.51% | - |
| HSV(B) | 251.12º | 0.81% | 0.86% | - |
| XYZ | 16.4 | 8.16 | 67.73 | - |
| YUV | 71.16 | 211.43 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 41 | 219 | 0.66 | 0.81 | 0 | 0.14 | 251.12 | 0.71 | 0.51 |
| Hex | 4A | 29 | DB | 42 | 51 | 0 | E | FB | 47 | 33 |
| Octal | 112 | 51 | 333 | 102 | 121 | 0 | 16 | 373 | 107 | 63 |
| Binary | 1001010 | 101001 | 11011011 | 1000010 | 1010001 | 0 | 1110 | 11111011 | 1000111 | 110011 |
Color Harmonies of #4A29DB
Complementary color
Monochromatic Colors of #4A29DB
Black with #4A29DB
Text Example
Text Example
White with #4A29DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A29DB; }
p { color: rgb(74,41,219); }
H1.HeaderClassName
{
color: #4A29DB;
}
.AnyTagClassName
{
color: #4A29DB;
}
</style>
background-color css
<style>
a { background-color: #4A29DB; }
a { background-color: rgb(74,41,219); }
div.DivClassName
{
background-color: #4A29DB;
}
.BgClassName
{
background-color: #4A29DB;
}
</style>
border-color css
<style>
span { border-color: #4A29DB; }
span { border-color: rgb(74,41,219); }
td.TdClassName
{
border-color: #4A29DB;
}
.TagClassName
{
border-color: #4A29DB;
}
</style>