Shades of Han Purple #4311FE
Tints of Han Purple #4311FE
RGB
CMYK
RGB Variations
Color information
#4311FE (or 0x4311FE) is known color: Han Purple. HEX triplet: 43, 11 and FE. RGB value is (67,17,254). Sum of RGB (Red+Green+Blue) = 67+17+254=338 (44% of max value = 765). Red value is 67 (26.56% from 255 or 19.82% from 338); Green value is 17 (7.03% from 255 or 5.03% from 338); Blue value is 254 (99.61% from 255 or 75.15% from 338); Max value from RGB is 254 - color contains mainly: blue. Hex color #4311FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4311FE is #BCEE01. Grayscale: #3A3A3A. Windows color (decimal): -12381698 or 16650563. OLE color: 16650563.
HSL color Cylindrical-coordinate representation of color #4311FE: hue angle of 252.66º 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 #4311FE is Cyan = 0.74, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 67 | 17 | 254 | - |
| CMYK | 0.74 | 0.93 | 0 | 0.00 |
| HSL | 252.66º | 0.99% | 0.53% | - |
| HSV(B) | 252.66º | 0.93% | 1% | - |
| XYZ | 20.4 | 8.75 | 94.38 | - |
| YUV | 58.97 | 238.07 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 17 | 254 | 0.74 | 0.93 | 0 | 0.00 | 252.66 | 0.99 | 0.53 |
| Hex | 43 | 11 | FE | 4A | 5D | 0 | 0 | FD | 63 | 35 |
| Octal | 103 | 21 | 376 | 112 | 135 | 0 | 0 | 375 | 143 | 65 |
| Binary | 1000011 | 10001 | 11111110 | 1001010 | 1011101 | 0 | 0 | 11111101 | 1100011 | 110101 |
Color Harmonies of #4311FE
Complementary color
Monochromatic Colors of #4311FE
Black with #4311FE
Text Example
Text Example
White with #4311FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4311FE; }
p { color: rgb(67,17,254); }
H1.HeaderClassName
{
color: #4311FE;
}
.AnyTagClassName
{
color: #4311FE;
}
</style>
background-color css
<style>
a { background-color: #4311FE; }
a { background-color: rgb(67,17,254); }
div.DivClassName
{
background-color: #4311FE;
}
.BgClassName
{
background-color: #4311FE;
}
</style>
border-color css
<style>
span { border-color: #4311FE; }
span { border-color: rgb(67,17,254); }
td.TdClassName
{
border-color: #4311FE;
}
.TagClassName
{
border-color: #4311FE;
}
</style>