Shades of Han Purple #4524FF
Tints of Han Purple #4524FF
RGB
CMYK
RGB Variations
Color information
#4524FF (or 0x4524FF) is known color: Han Purple. HEX triplet: 45, 24 and FF. RGB value is (69,36,255). Sum of RGB (Red+Green+Blue) = 69+36+255=360 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.17% from 360); Green value is 36 (14.45% from 255 or 10% from 360); Blue value is 255 (100% from 255 or 70.83% from 360); Max value from RGB is 255 - color contains mainly: blue. Hex color #4524FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4524FF is #BADB00. Grayscale: #454545. Windows color (decimal): -12245761 or 16720965. OLE color: 16720965.
HSL color Cylindrical-coordinate representation of color #4524FF: hue angle of 249.04º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4524FF is Cyan = 0.73, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 69 | 36 | 255 | - |
| CMYK | 0.73 | 0.86 | 0 | 0 |
| HSL | 249.04º | 1% | 0.57% | - |
| HSV(B) | 249.04º | 0.86% | 1% | - |
| XYZ | 21.14 | 9.75 | 95.38 | - |
| YUV | 70.83 | 231.93 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 36 | 255 | 0.73 | 0.86 | 0 | 0 | 249.04 | 1 | 0.57 |
| Hex | 45 | 24 | FF | 49 | 56 | 0 | 0 | F9 | 64 | 39 |
| Octal | 105 | 44 | 377 | 111 | 126 | 0 | 0 | 371 | 144 | 71 |
| Binary | 1000101 | 100100 | 11111111 | 1001001 | 1010110 | 0 | 0 | 11111001 | 1100100 | 111001 |
Color Harmonies of #4524FF
Complementary color
Monochromatic Colors of #4524FF
Black with #4524FF
Text Example
Text Example
White with #4524FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4524FF; }
p { color: rgb(69,36,255); }
H1.HeaderClassName
{
color: #4524FF;
}
.AnyTagClassName
{
color: #4524FF;
}
</style>
background-color css
<style>
a { background-color: #4524FF; }
a { background-color: rgb(69,36,255); }
div.DivClassName
{
background-color: #4524FF;
}
.BgClassName
{
background-color: #4524FF;
}
</style>
border-color css
<style>
span { border-color: #4524FF; }
span { border-color: rgb(69,36,255); }
td.TdClassName
{
border-color: #4524FF;
}
.TagClassName
{
border-color: #4524FF;
}
</style>