Shades of Han Purple #4520F3
Tints of Han Purple #4520F3
RGB
CMYK
RGB Variations
Color information
#4520F3 (or 0x4520F3) is known color: Han Purple. HEX triplet: 45, 20 and F3. RGB value is (69,32,243). Sum of RGB (Red+Green+Blue) = 69+32+243=344 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.06% from 344); Green value is 32 (12.89% from 255 or 9.30% from 344); Blue value is 243 (95.31% from 255 or 70.64% from 344); Max value from RGB is 243 - color contains mainly: blue. Hex color #4520F3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4520F3 is #BADF0C. Grayscale: #424242. Windows color (decimal): -12246797 or 15933509. OLE color: 15933509.
HSL color Cylindrical-coordinate representation of color #4520F3: hue angle of 250.52º degrees, saturation: 0.9, 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 #4520F3 is Cyan = 0.72, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 69 | 32 | 243 | - |
| CMYK | 0.72 | 0.87 | 0 | 0.05 |
| HSL | 250.52º | 0.9% | 0.54% | - |
| HSV(B) | 250.52º | 0.87% | 0.95% | - |
| XYZ | 19.15 | 8.77 | 85.48 | - |
| YUV | 67.12 | 227.26 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 32 | 243 | 0.72 | 0.87 | 0 | 0.05 | 250.52 | 0.9 | 0.54 |
| Hex | 45 | 20 | F3 | 48 | 57 | 0 | 5 | FB | 5A | 36 |
| Octal | 105 | 40 | 363 | 110 | 127 | 0 | 5 | 373 | 132 | 66 |
| Binary | 1000101 | 100000 | 11110011 | 1001000 | 1010111 | 0 | 101 | 11111011 | 1011010 | 110110 |
Color Harmonies of #4520F3
Complementary color
Monochromatic Colors of #4520F3
Black with #4520F3
Text Example
Text Example
White with #4520F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4520F3; }
p { color: rgb(69,32,243); }
H1.HeaderClassName
{
color: #4520F3;
}
.AnyTagClassName
{
color: #4520F3;
}
</style>
background-color css
<style>
a { background-color: #4520F3; }
a { background-color: rgb(69,32,243); }
div.DivClassName
{
background-color: #4520F3;
}
.BgClassName
{
background-color: #4520F3;
}
</style>
border-color css
<style>
span { border-color: #4520F3; }
span { border-color: rgb(69,32,243); }
td.TdClassName
{
border-color: #4520F3;
}
.TagClassName
{
border-color: #4520F3;
}
</style>