Shades of Han Purple #4520F1
Tints of Han Purple #4520F1
RGB
CMYK
RGB Variations
Color information
#4520F1 (or 0x4520F1) is known color: Han Purple. HEX triplet: 45, 20 and F1. RGB value is (69,32,241). Sum of RGB (Red+Green+Blue) = 69+32+241=342 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.18% from 342); Green value is 32 (12.89% from 255 or 9.36% from 342); Blue value is 241 (94.53% from 255 or 70.47% from 342); Max value from RGB is 241 - color contains mainly: blue. Hex color #4520F1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4520F1 is #BADF0E. Grayscale: #424242. Windows color (decimal): -12246799 or 15802437. OLE color: 15802437.
HSL color Cylindrical-coordinate representation of color #4520F1: hue angle of 250.62º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4520F1 is Cyan = 0.71, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 69 | 32 | 241 | - |
| CMYK | 0.71 | 0.87 | 0 | 0.05 |
| HSL | 250.62º | 0.88% | 0.54% | - |
| HSV(B) | 250.62º | 0.87% | 0.95% | - |
| XYZ | 18.85 | 8.65 | 83.9 | - |
| YUV | 66.89 | 226.26 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 32 | 241 | 0.71 | 0.87 | 0 | 0.05 | 250.62 | 0.88 | 0.54 |
| Hex | 45 | 20 | F1 | 47 | 57 | 0 | 5 | FB | 58 | 36 |
| Octal | 105 | 40 | 361 | 107 | 127 | 0 | 5 | 373 | 130 | 66 |
| Binary | 1000101 | 100000 | 11110001 | 1000111 | 1010111 | 0 | 101 | 11111011 | 1011000 | 110110 |
Color Harmonies of #4520F1
Complementary color
Monochromatic Colors of #4520F1
Black with #4520F1
Text Example
Text Example
White with #4520F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4520F1; }
p { color: rgb(69,32,241); }
H1.HeaderClassName
{
color: #4520F1;
}
.AnyTagClassName
{
color: #4520F1;
}
</style>
background-color css
<style>
a { background-color: #4520F1; }
a { background-color: rgb(69,32,241); }
div.DivClassName
{
background-color: #4520F1;
}
.BgClassName
{
background-color: #4520F1;
}
</style>
border-color css
<style>
span { border-color: #4520F1; }
span { border-color: rgb(69,32,241); }
td.TdClassName
{
border-color: #4520F1;
}
.TagClassName
{
border-color: #4520F1;
}
</style>