Shades of Han Purple #4600FE
Tints of Han Purple #4600FE
RGB
CMYK
RGB Variations
Color information
#4600FE (or 0x4600FE) is known color: Han Purple. HEX triplet: 46, 00 and FE. RGB value is (70,0,254). Sum of RGB (Red+Green+Blue) = 70+0+254=324 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.60% from 324); Green value is 0 (0.39% from 255 or 0% from 324); Blue value is 254 (99.61% from 255 or 78.40% from 324); Max value from RGB is 254 - color contains mainly: blue. Hex color #4600FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4600FE is #B9FF01. Grayscale: #303030. Windows color (decimal): -12189442 or 16646214. OLE color: 16646214.
HSL color Cylindrical-coordinate representation of color #4600FE: hue angle of 256.54º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4600FE is Cyan = 0.72, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 70 | 0 | 254 | - |
| CMYK | 0.72 | 1 | 0 | 0.00 |
| HSL | 256.54º | 1% | 0.5% | - |
| HSV(B) | 256.54º | 1% | 1% | - |
| XYZ | 20.42 | 8.46 | 94.32 | - |
| YUV | 49.89 | 243.19 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 0 | 254 | 0.72 | 1 | 0 | 0.00 | 256.54 | 1 | 0.5 |
| Hex | 46 | 0 | FE | 48 | 64 | 0 | 0 | 101 | 64 | 32 |
| Octal | 106 | 0 | 376 | 110 | 144 | 0 | 0 | 401 | 144 | 62 |
| Binary | 1000110 | 0 | 11111110 | 1001000 | 1100100 | 0 | 0 | 100000001 | 1100100 | 110010 |
Color Harmonies of #4600FE
Complementary color
Monochromatic Colors of #4600FE
Black with #4600FE
Text Example
Text Example
White with #4600FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4600FE; }
p { color: rgb(70,0,254); }
H1.HeaderClassName
{
color: #4600FE;
}
.AnyTagClassName
{
color: #4600FE;
}
</style>
background-color css
<style>
a { background-color: #4600FE; }
a { background-color: rgb(70,0,254); }
div.DivClassName
{
background-color: #4600FE;
}
.BgClassName
{
background-color: #4600FE;
}
</style>
border-color css
<style>
span { border-color: #4600FE; }
span { border-color: rgb(70,0,254); }
td.TdClassName
{
border-color: #4600FE;
}
.TagClassName
{
border-color: #4600FE;
}
</style>