Shades of Han Purple #4523FE
Tints of Han Purple #4523FE
RGB
CMYK
RGB Variations
Color information
#4523FE (or 0x4523FE) is known color: Han Purple. HEX triplet: 45, 23 and FE. RGB value is (69,35,254). Sum of RGB (Red+Green+Blue) = 69+35+254=358 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.27% from 358); Green value is 35 (14.06% from 255 or 9.78% from 358); Blue value is 254 (99.61% from 255 or 70.95% from 358); Max value from RGB is 254 - color contains mainly: blue. Hex color #4523FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4523FE is #BADC01. Grayscale: #454545. Windows color (decimal): -12246018 or 16655173. OLE color: 16655173.
HSL color Cylindrical-coordinate representation of color #4523FE: hue angle of 249.32º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4523FE is Cyan = 0.73, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 69 | 35 | 254 | - |
| CMYK | 0.73 | 0.86 | 0 | 0.00 |
| HSL | 249.32º | 0.99% | 0.57% | - |
| HSV(B) | 249.32º | 0.86% | 1% | - |
| XYZ | 20.94 | 9.62 | 94.52 | - |
| YUV | 70.13 | 231.76 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 35 | 254 | 0.73 | 0.86 | 0 | 0.00 | 249.32 | 0.99 | 0.57 |
| Hex | 45 | 23 | FE | 49 | 56 | 0 | 0 | F9 | 63 | 39 |
| Octal | 105 | 43 | 376 | 111 | 126 | 0 | 0 | 371 | 143 | 71 |
| Binary | 1000101 | 100011 | 11111110 | 1001001 | 1010110 | 0 | 0 | 11111001 | 1100011 | 111001 |
Color Harmonies of #4523FE
Complementary color
Monochromatic Colors of #4523FE
Black with #4523FE
Text Example
Text Example
White with #4523FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4523FE; }
p { color: rgb(69,35,254); }
H1.HeaderClassName
{
color: #4523FE;
}
.AnyTagClassName
{
color: #4523FE;
}
</style>
background-color css
<style>
a { background-color: #4523FE; }
a { background-color: rgb(69,35,254); }
div.DivClassName
{
background-color: #4523FE;
}
.BgClassName
{
background-color: #4523FE;
}
</style>
border-color css
<style>
span { border-color: #4523FE; }
span { border-color: rgb(69,35,254); }
td.TdClassName
{
border-color: #4523FE;
}
.TagClassName
{
border-color: #4523FE;
}
</style>