Shades of Han Purple #4524F3
Tints of Han Purple #4524F3
RGB
CMYK
RGB Variations
Color information
#4524F3 (or 0x4524F3) is known color: Han Purple. HEX triplet: 45, 24 and F3. RGB value is (69,36,243). Sum of RGB (Red+Green+Blue) = 69+36+243=348 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.83% from 348); Green value is 36 (14.45% from 255 or 10.34% from 348); Blue value is 243 (95.31% from 255 or 69.83% from 348); Max value from RGB is 243 - color contains mainly: blue. Hex color #4524F3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4524F3 is #BADB0C. Grayscale: #444444. Windows color (decimal): -12245773 or 15934533. OLE color: 15934533.
HSL color Cylindrical-coordinate representation of color #4524F3: hue angle of 249.57º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4524F3 is Cyan = 0.72, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 69 | 36 | 243 | - |
| CMYK | 0.72 | 0.85 | 0 | 0.05 |
| HSL | 249.57º | 0.9% | 0.55% | - |
| HSV(B) | 249.57º | 0.85% | 0.95% | - |
| XYZ | 19.26 | 9 | 85.52 | - |
| YUV | 69.47 | 225.93 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 36 | 243 | 0.72 | 0.85 | 0 | 0.05 | 249.57 | 0.9 | 0.55 |
| Hex | 45 | 24 | F3 | 48 | 55 | 0 | 5 | FA | 5A | 37 |
| Octal | 105 | 44 | 363 | 110 | 125 | 0 | 5 | 372 | 132 | 67 |
| Binary | 1000101 | 100100 | 11110011 | 1001000 | 1010101 | 0 | 101 | 11111010 | 1011010 | 110111 |
Color Harmonies of #4524F3
Complementary color
Monochromatic Colors of #4524F3
Black with #4524F3
Text Example
Text Example
White with #4524F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4524F3; }
p { color: rgb(69,36,243); }
H1.HeaderClassName
{
color: #4524F3;
}
.AnyTagClassName
{
color: #4524F3;
}
</style>
background-color css
<style>
a { background-color: #4524F3; }
a { background-color: rgb(69,36,243); }
div.DivClassName
{
background-color: #4524F3;
}
.BgClassName
{
background-color: #4524F3;
}
</style>
border-color css
<style>
span { border-color: #4524F3; }
span { border-color: rgb(69,36,243); }
td.TdClassName
{
border-color: #4524F3;
}
.TagClassName
{
border-color: #4524F3;
}
</style>