Shades of Han Purple #4525FE
Tints of Han Purple #4525FE
RGB
CMYK
RGB Variations
Color information
#4525FE (or 0x4525FE) is known color: Han Purple. HEX triplet: 45, 25 and FE. RGB value is (69,37,254). Sum of RGB (Red+Green+Blue) = 69+37+254=360 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.17% from 360); Green value is 37 (14.84% from 255 or 10.28% from 360); Blue value is 254 (99.61% from 255 or 70.56% from 360); Max value from RGB is 254 - color contains mainly: blue. Hex color #4525FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4525FE is #BADA01. Grayscale: #464646. Windows color (decimal): -12245506 or 16655685. OLE color: 16655685.
HSL color Cylindrical-coordinate representation of color #4525FE: hue angle of 248.85º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4525FE is Cyan = 0.73, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 69 | 37 | 254 | - |
| CMYK | 0.73 | 0.85 | 0 | 0.00 |
| HSL | 248.85º | 0.99% | 0.57% | - |
| HSV(B) | 248.85º | 0.85% | 1% | - |
| XYZ | 21.01 | 9.74 | 94.54 | - |
| YUV | 71.31 | 231.1 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 37 | 254 | 0.73 | 0.85 | 0 | 0.00 | 248.85 | 0.99 | 0.57 |
| Hex | 45 | 25 | FE | 49 | 55 | 0 | 0 | F9 | 63 | 39 |
| Octal | 105 | 45 | 376 | 111 | 125 | 0 | 0 | 371 | 143 | 71 |
| Binary | 1000101 | 100101 | 11111110 | 1001001 | 1010101 | 0 | 0 | 11111001 | 1100011 | 111001 |
Color Harmonies of #4525FE
Complementary color
Monochromatic Colors of #4525FE
Black with #4525FE
Text Example
Text Example
White with #4525FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4525FE; }
p { color: rgb(69,37,254); }
H1.HeaderClassName
{
color: #4525FE;
}
.AnyTagClassName
{
color: #4525FE;
}
</style>
background-color css
<style>
a { background-color: #4525FE; }
a { background-color: rgb(69,37,254); }
div.DivClassName
{
background-color: #4525FE;
}
.BgClassName
{
background-color: #4525FE;
}
</style>
border-color css
<style>
span { border-color: #4525FE; }
span { border-color: rgb(69,37,254); }
td.TdClassName
{
border-color: #4525FE;
}
.TagClassName
{
border-color: #4525FE;
}
</style>