Shades of Han Purple #4611FE
Tints of Han Purple #4611FE
RGB
CMYK
RGB Variations
Color information
#4611FE (or 0x4611FE) is known color: Han Purple. HEX triplet: 46, 11 and FE. RGB value is (70,17,254). Sum of RGB (Red+Green+Blue) = 70+17+254=341 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.53% from 341); Green value is 17 (7.03% from 255 or 4.99% from 341); Blue value is 254 (99.61% from 255 or 74.49% from 341); Max value from RGB is 254 - color contains mainly: blue. Hex color #4611FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4611FE is #B9EE01. Grayscale: #3A3A3A. Windows color (decimal): -12185090 or 16650566. OLE color: 16650566.
HSL color Cylindrical-coordinate representation of color #4611FE: hue angle of 253.42º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4611FE is Cyan = 0.72, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 70 | 17 | 254 | - |
| CMYK | 0.72 | 0.93 | 0 | 0.00 |
| HSL | 253.42º | 0.99% | 0.53% | - |
| HSV(B) | 253.42º | 0.93% | 1% | - |
| XYZ | 20.62 | 8.86 | 94.39 | - |
| YUV | 59.87 | 237.56 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 17 | 254 | 0.72 | 0.93 | 0 | 0.00 | 253.42 | 0.99 | 0.53 |
| Hex | 46 | 11 | FE | 48 | 5D | 0 | 0 | FD | 63 | 35 |
| Octal | 106 | 21 | 376 | 110 | 135 | 0 | 0 | 375 | 143 | 65 |
| Binary | 1000110 | 10001 | 11111110 | 1001000 | 1011101 | 0 | 0 | 11111101 | 1100011 | 110101 |
Color Harmonies of #4611FE
Complementary color
Monochromatic Colors of #4611FE
Black with #4611FE
Text Example
Text Example
White with #4611FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4611FE; }
p { color: rgb(70,17,254); }
H1.HeaderClassName
{
color: #4611FE;
}
.AnyTagClassName
{
color: #4611FE;
}
</style>
background-color css
<style>
a { background-color: #4611FE; }
a { background-color: rgb(70,17,254); }
div.DivClassName
{
background-color: #4611FE;
}
.BgClassName
{
background-color: #4611FE;
}
</style>
border-color css
<style>
span { border-color: #4611FE; }
span { border-color: rgb(70,17,254); }
td.TdClassName
{
border-color: #4611FE;
}
.TagClassName
{
border-color: #4611FE;
}
</style>