Shades of Han Purple #4614FE
Tints of Han Purple #4614FE
RGB
CMYK
RGB Variations
Color information
#4614FE (or 0x4614FE) is known color: Han Purple. HEX triplet: 46, 14 and FE. RGB value is (70,20,254). Sum of RGB (Red+Green+Blue) = 70+20+254=344 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.35% from 344); Green value is 20 (8.20% from 255 or 5.81% from 344); Blue value is 254 (99.61% from 255 or 73.84% from 344); Max value from RGB is 254 - color contains mainly: blue. Hex color #4614FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4614FE is #B9EB01. Grayscale: #3C3C3C. Windows color (decimal): -12184322 or 16651334. OLE color: 16651334.
HSL color Cylindrical-coordinate representation of color #4614FE: hue angle of 252.82º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4614FE is Cyan = 0.72, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 70 | 20 | 254 | - |
| CMYK | 0.72 | 0.92 | 0 | 0.00 |
| HSL | 252.82º | 0.99% | 0.54% | - |
| HSV(B) | 252.82º | 0.92% | 1% | - |
| XYZ | 20.67 | 8.96 | 94.41 | - |
| YUV | 61.63 | 236.57 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 20 | 254 | 0.72 | 0.92 | 0 | 0.00 | 252.82 | 0.99 | 0.54 |
| Hex | 46 | 14 | FE | 48 | 5C | 0 | 0 | FD | 63 | 36 |
| Octal | 106 | 24 | 376 | 110 | 134 | 0 | 0 | 375 | 143 | 66 |
| Binary | 1000110 | 10100 | 11111110 | 1001000 | 1011100 | 0 | 0 | 11111101 | 1100011 | 110110 |
Color Harmonies of #4614FE
Complementary color
Monochromatic Colors of #4614FE
Black with #4614FE
Text Example
Text Example
White with #4614FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4614FE; }
p { color: rgb(70,20,254); }
H1.HeaderClassName
{
color: #4614FE;
}
.AnyTagClassName
{
color: #4614FE;
}
</style>
background-color css
<style>
a { background-color: #4614FE; }
a { background-color: rgb(70,20,254); }
div.DivClassName
{
background-color: #4614FE;
}
.BgClassName
{
background-color: #4614FE;
}
</style>
border-color css
<style>
span { border-color: #4614FE; }
span { border-color: rgb(70,20,254); }
td.TdClassName
{
border-color: #4614FE;
}
.TagClassName
{
border-color: #4614FE;
}
</style>