Shades of Han Purple #4520FE
Tints of Han Purple #4520FE
RGB
CMYK
RGB Variations
Color information
#4520FE (or 0x4520FE) is known color: Han Purple. HEX triplet: 45, 20 and FE. RGB value is (69,32,254). Sum of RGB (Red+Green+Blue) = 69+32+254=355 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.44% from 355); Green value is 32 (12.89% from 255 or 9.01% from 355); Blue value is 254 (99.61% from 255 or 71.55% from 355); Max value from RGB is 254 - color contains mainly: blue. Hex color #4520FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4520FE is #BADF01. Grayscale: #434343. Windows color (decimal): -12246786 or 16654405. OLE color: 16654405.
HSL color Cylindrical-coordinate representation of color #4520FE: hue angle of 250º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4520FE is Cyan = 0.73, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 69 | 32 | 254 | - |
| CMYK | 0.73 | 0.87 | 0 | 0.00 |
| HSL | 250º | 0.99% | 0.56% | - |
| HSV(B) | 250º | 0.87% | 1% | - |
| XYZ | 20.86 | 9.45 | 94.49 | - |
| YUV | 68.37 | 232.76 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 32 | 254 | 0.73 | 0.87 | 0 | 0.00 | 250 | 0.99 | 0.56 |
| Hex | 45 | 20 | FE | 49 | 57 | 0 | 0 | FA | 63 | 38 |
| Octal | 105 | 40 | 376 | 111 | 127 | 0 | 0 | 372 | 143 | 70 |
| Binary | 1000101 | 100000 | 11111110 | 1001001 | 1010111 | 0 | 0 | 11111010 | 1100011 | 111000 |
Color Harmonies of #4520FE
Complementary color
Monochromatic Colors of #4520FE
Black with #4520FE
Text Example
Text Example
White with #4520FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4520FE; }
p { color: rgb(69,32,254); }
H1.HeaderClassName
{
color: #4520FE;
}
.AnyTagClassName
{
color: #4520FE;
}
</style>
background-color css
<style>
a { background-color: #4520FE; }
a { background-color: rgb(69,32,254); }
div.DivClassName
{
background-color: #4520FE;
}
.BgClassName
{
background-color: #4520FE;
}
</style>
border-color css
<style>
span { border-color: #4520FE; }
span { border-color: rgb(69,32,254); }
td.TdClassName
{
border-color: #4520FE;
}
.TagClassName
{
border-color: #4520FE;
}
</style>