Shades of Han Purple #4524DF
Tints of Han Purple #4524DF
RGB
CMYK
RGB Variations
Color information
#4524DF (or 0x4524DF) is known color: Han Purple. HEX triplet: 45, 24 and DF. RGB value is (69,36,223). Sum of RGB (Red+Green+Blue) = 69+36+223=328 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.04% from 328); Green value is 36 (14.45% from 255 or 10.98% from 328); Blue value is 223 (87.5% from 255 or 67.99% from 328); Max value from RGB is 223 - color contains mainly: blue. Hex color #4524DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4524DF is #BADB20. Grayscale: #424242. Windows color (decimal): -12245793 or 14623813. OLE color: 14623813.
HSL color Cylindrical-coordinate representation of color #4524DF: hue angle of 250.59º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4524DF is Cyan = 0.69, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 36 | 223 | - |
| CMYK | 0.69 | 0.84 | 0 | 0.13 |
| HSL | 250.59º | 0.75% | 0.51% | - |
| HSV(B) | 250.59º | 0.84% | 0.87% | - |
| XYZ | 16.4 | 7.85 | 70.46 | - |
| YUV | 67.19 | 215.93 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 36 | 223 | 0.69 | 0.84 | 0 | 0.13 | 250.59 | 0.75 | 0.51 |
| Hex | 45 | 24 | DF | 45 | 54 | 0 | D | FB | 4B | 33 |
| Octal | 105 | 44 | 337 | 105 | 124 | 0 | 15 | 373 | 113 | 63 |
| Binary | 1000101 | 100100 | 11011111 | 1000101 | 1010100 | 0 | 1101 | 11111011 | 1001011 | 110011 |
Color Harmonies of #4524DF
Complementary color
Monochromatic Colors of #4524DF
Black with #4524DF
Text Example
Text Example
White with #4524DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4524DF; }
p { color: rgb(69,36,223); }
H1.HeaderClassName
{
color: #4524DF;
}
.AnyTagClassName
{
color: #4524DF;
}
</style>
background-color css
<style>
a { background-color: #4524DF; }
a { background-color: rgb(69,36,223); }
div.DivClassName
{
background-color: #4524DF;
}
.BgClassName
{
background-color: #4524DF;
}
</style>
border-color css
<style>
span { border-color: #4524DF; }
span { border-color: rgb(69,36,223); }
td.TdClassName
{
border-color: #4524DF;
}
.TagClassName
{
border-color: #4524DF;
}
</style>