Shades of Han Purple #4524E6
Tints of Han Purple #4524E6
RGB
CMYK
RGB Variations
Color information
#4524E6 (or 0x4524E6) is known color: Han Purple. HEX triplet: 45, 24 and E6. RGB value is (69,36,230). Sum of RGB (Red+Green+Blue) = 69+36+230=335 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.60% from 335); Green value is 36 (14.45% from 255 or 10.75% from 335); Blue value is 230 (90.23% from 255 or 68.66% from 335); Max value from RGB is 230 - color contains mainly: blue. Hex color #4524E6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4524E6 is #BADB19. Grayscale: #434343. Windows color (decimal): -12245786 or 15082565. OLE color: 15082565.
HSL color Cylindrical-coordinate representation of color #4524E6: hue angle of 250.21º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4524E6 is Cyan = 0.7, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 69 | 36 | 230 | - |
| CMYK | 0.7 | 0.84 | 0 | 0.10 |
| HSL | 250.21º | 0.8% | 0.52% | - |
| HSV(B) | 250.21º | 0.84% | 0.9% | - |
| XYZ | 17.37 | 8.24 | 75.54 | - |
| YUV | 67.98 | 219.43 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 36 | 230 | 0.7 | 0.84 | 0 | 0.10 | 250.21 | 0.8 | 0.52 |
| Hex | 45 | 24 | E6 | 46 | 54 | 0 | A | FA | 50 | 34 |
| Octal | 105 | 44 | 346 | 106 | 124 | 0 | 12 | 372 | 120 | 64 |
| Binary | 1000101 | 100100 | 11100110 | 1000110 | 1010100 | 0 | 1010 | 11111010 | 1010000 | 110100 |
Color Harmonies of #4524E6
Complementary color
Monochromatic Colors of #4524E6
Black with #4524E6
Text Example
Text Example
White with #4524E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4524E6; }
p { color: rgb(69,36,230); }
H1.HeaderClassName
{
color: #4524E6;
}
.AnyTagClassName
{
color: #4524E6;
}
</style>
background-color css
<style>
a { background-color: #4524E6; }
a { background-color: rgb(69,36,230); }
div.DivClassName
{
background-color: #4524E6;
}
.BgClassName
{
background-color: #4524E6;
}
</style>
border-color css
<style>
span { border-color: #4524E6; }
span { border-color: rgb(69,36,230); }
td.TdClassName
{
border-color: #4524E6;
}
.TagClassName
{
border-color: #4524E6;
}
</style>