Shades of Han Purple #4517FE
Tints of Han Purple #4517FE
RGB
CMYK
RGB Variations
Color information
#4517FE (or 0x4517FE) is known color: Han Purple. HEX triplet: 45, 17 and FE. RGB value is (69,23,254). Sum of RGB (Red+Green+Blue) = 69+23+254=346 (45% of max value = 765). Red value is 69 (27.34% from 255 or 19.94% from 346); Green value is 23 (9.38% from 255 or 6.65% from 346); Blue value is 254 (99.61% from 255 or 73.41% from 346); Max value from RGB is 254 - color contains mainly: blue. Hex color #4517FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4517FE is #BAE801. Grayscale: #3E3E3E. Windows color (decimal): -12249090 or 16652101. OLE color: 16652101.
HSL color Cylindrical-coordinate representation of color #4517FE: hue angle of 251.95º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4517FE is Cyan = 0.73, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 69 | 23 | 254 | - |
| CMYK | 0.73 | 0.91 | 0 | 0.00 |
| HSL | 251.95º | 0.99% | 0.54% | - |
| HSV(B) | 251.95º | 0.91% | 1% | - |
| XYZ | 20.65 | 9.03 | 94.42 | - |
| YUV | 63.09 | 235.74 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 23 | 254 | 0.73 | 0.91 | 0 | 0.00 | 251.95 | 0.99 | 0.54 |
| Hex | 45 | 17 | FE | 49 | 5B | 0 | 0 | FC | 63 | 36 |
| Octal | 105 | 27 | 376 | 111 | 133 | 0 | 0 | 374 | 143 | 66 |
| Binary | 1000101 | 10111 | 11111110 | 1001001 | 1011011 | 0 | 0 | 11111100 | 1100011 | 110110 |
Color Harmonies of #4517FE
Complementary color
Monochromatic Colors of #4517FE
Black with #4517FE
Text Example
Text Example
White with #4517FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4517FE; }
p { color: rgb(69,23,254); }
H1.HeaderClassName
{
color: #4517FE;
}
.AnyTagClassName
{
color: #4517FE;
}
</style>
background-color css
<style>
a { background-color: #4517FE; }
a { background-color: rgb(69,23,254); }
div.DivClassName
{
background-color: #4517FE;
}
.BgClassName
{
background-color: #4517FE;
}
</style>
border-color css
<style>
span { border-color: #4517FE; }
span { border-color: rgb(69,23,254); }
td.TdClassName
{
border-color: #4517FE;
}
.TagClassName
{
border-color: #4517FE;
}
</style>