Shades of Han Purple #4532DE
Tints of Han Purple #4532DE
RGB
CMYK
RGB Variations
Color information
#4532DE (or 0x4532DE) is known color: Han Purple. HEX triplet: 45, 32 and DE. RGB value is (69,50,222). Sum of RGB (Red+Green+Blue) = 69+50+222=341 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.23% from 341); Green value is 50 (19.92% from 255 or 14.66% from 341); Blue value is 222 (87.11% from 255 or 65.10% from 341); Max value from RGB is 222 - color contains mainly: blue. Hex color #4532DE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4532DE is #BACD21. Grayscale: #4A4A4A. Windows color (decimal): -12242210 or 14561861. OLE color: 14561861.
HSL color Cylindrical-coordinate representation of color #4532DE: hue angle of 246.63º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4532DE is Cyan = 0.69, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 50 | 222 | - |
| CMYK | 0.69 | 0.77 | 0 | 0.13 |
| HSL | 246.63º | 0.72% | 0.53% | - |
| HSV(B) | 246.63º | 0.77% | 0.87% | - |
| XYZ | 16.78 | 8.82 | 69.93 | - |
| YUV | 75.29 | 210.79 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 50 | 222 | 0.69 | 0.77 | 0 | 0.13 | 246.63 | 0.72 | 0.53 |
| Hex | 45 | 32 | DE | 45 | 4D | 0 | D | F7 | 48 | 35 |
| Octal | 105 | 62 | 336 | 105 | 115 | 0 | 15 | 367 | 110 | 65 |
| Binary | 1000101 | 110010 | 11011110 | 1000101 | 1001101 | 0 | 1101 | 11110111 | 1001000 | 110101 |
Color Harmonies of #4532DE
Complementary color
Monochromatic Colors of #4532DE
Black with #4532DE
Text Example
Text Example
White with #4532DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4532DE; }
p { color: rgb(69,50,222); }
H1.HeaderClassName
{
color: #4532DE;
}
.AnyTagClassName
{
color: #4532DE;
}
</style>
background-color css
<style>
a { background-color: #4532DE; }
a { background-color: rgb(69,50,222); }
div.DivClassName
{
background-color: #4532DE;
}
.BgClassName
{
background-color: #4532DE;
}
</style>
border-color css
<style>
span { border-color: #4532DE; }
span { border-color: rgb(69,50,222); }
td.TdClassName
{
border-color: #4532DE;
}
.TagClassName
{
border-color: #4532DE;
}
</style>