Shades of Han Purple #4529DA
Tints of Han Purple #4529DA
RGB
CMYK
RGB Variations
Color information
#4529DA (or 0x4529DA) is known color: Han Purple. HEX triplet: 45, 29 and DA. RGB value is (69,41,218). Sum of RGB (Red+Green+Blue) = 69+41+218=328 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.04% from 328); Green value is 41 (16.41% from 255 or 12.5% from 328); Blue value is 218 (85.55% from 255 or 66.46% from 328); Max value from RGB is 218 - color contains mainly: blue. Hex color #4529DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4529DA is #BAD625. Grayscale: #444444. Windows color (decimal): -12244518 or 14297413. OLE color: 14297413.
HSL color Cylindrical-coordinate representation of color #4529DA: hue angle of 249.49º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4529DA is Cyan = 0.68, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 69 | 41 | 218 | - |
| CMYK | 0.68 | 0.81 | 0 | 0.15 |
| HSL | 249.49º | 0.71% | 0.51% | - |
| HSV(B) | 249.49º | 0.81% | 0.85% | - |
| XYZ | 15.9 | 7.91 | 67.02 | - |
| YUV | 69.55 | 211.78 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 41 | 218 | 0.68 | 0.81 | 0 | 0.15 | 249.49 | 0.71 | 0.51 |
| Hex | 45 | 29 | DA | 44 | 51 | 0 | F | F9 | 47 | 33 |
| Octal | 105 | 51 | 332 | 104 | 121 | 0 | 17 | 371 | 107 | 63 |
| Binary | 1000101 | 101001 | 11011010 | 1000100 | 1010001 | 0 | 1111 | 11111001 | 1000111 | 110011 |
Color Harmonies of #4529DA
Complementary color
Monochromatic Colors of #4529DA
Black with #4529DA
Text Example
Text Example
White with #4529DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4529DA; }
p { color: rgb(69,41,218); }
H1.HeaderClassName
{
color: #4529DA;
}
.AnyTagClassName
{
color: #4529DA;
}
</style>
background-color css
<style>
a { background-color: #4529DA; }
a { background-color: rgb(69,41,218); }
div.DivClassName
{
background-color: #4529DA;
}
.BgClassName
{
background-color: #4529DA;
}
</style>
border-color css
<style>
span { border-color: #4529DA; }
span { border-color: rgb(69,41,218); }
td.TdClassName
{
border-color: #4529DA;
}
.TagClassName
{
border-color: #4529DA;
}
</style>