Shades of Han Purple #4528FE
Tints of Han Purple #4528FE
RGB
CMYK
RGB Variations
Color information
#4528FE (or 0x4528FE) is known color: Han Purple. HEX triplet: 45, 28 and FE. RGB value is (69,40,254). Sum of RGB (Red+Green+Blue) = 69+40+254=363 (48% of max value = 765). Red value is 69 (27.34% from 255 or 19.01% from 363); Green value is 40 (16.02% from 255 or 11.02% from 363); Blue value is 254 (99.61% from 255 or 69.97% from 363); Max value from RGB is 254 - color contains mainly: blue. Hex color #4528FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4528FE is #BAD701. Grayscale: #484848. Windows color (decimal): -12244738 or 16656453. OLE color: 16656453.
HSL color Cylindrical-coordinate representation of color #4528FE: hue angle of 248.13º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4528FE is Cyan = 0.73, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 69 | 40 | 254 | - |
| CMYK | 0.73 | 0.84 | 0 | 0.00 |
| HSL | 248.13º | 0.99% | 0.58% | - |
| HSV(B) | 248.13º | 0.84% | 1% | - |
| XYZ | 21.1 | 9.94 | 94.57 | - |
| YUV | 73.07 | 230.11 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 40 | 254 | 0.73 | 0.84 | 0 | 0.00 | 248.13 | 0.99 | 0.58 |
| Hex | 45 | 28 | FE | 49 | 54 | 0 | 0 | F8 | 63 | 3A |
| Octal | 105 | 50 | 376 | 111 | 124 | 0 | 0 | 370 | 143 | 72 |
| Binary | 1000101 | 101000 | 11111110 | 1001001 | 1010100 | 0 | 0 | 11111000 | 1100011 | 111010 |
Color Harmonies of #4528FE
Complementary color
Monochromatic Colors of #4528FE
Black with #4528FE
Text Example
Text Example
White with #4528FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4528FE; }
p { color: rgb(69,40,254); }
H1.HeaderClassName
{
color: #4528FE;
}
.AnyTagClassName
{
color: #4528FE;
}
</style>
background-color css
<style>
a { background-color: #4528FE; }
a { background-color: rgb(69,40,254); }
div.DivClassName
{
background-color: #4528FE;
}
.BgClassName
{
background-color: #4528FE;
}
</style>
border-color css
<style>
span { border-color: #4528FE; }
span { border-color: rgb(69,40,254); }
td.TdClassName
{
border-color: #4528FE;
}
.TagClassName
{
border-color: #4528FE;
}
</style>