Shades of Han Purple #4629FE
Tints of Han Purple #4629FE
RGB
CMYK
RGB Variations
Color information
#4629FE (or 0x4629FE) is known color: Han Purple. HEX triplet: 46, 29 and FE. RGB value is (70,41,254). Sum of RGB (Red+Green+Blue) = 70+41+254=365 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.18% from 365); Green value is 41 (16.41% from 255 or 11.23% from 365); Blue value is 254 (99.61% from 255 or 69.59% from 365); Max value from RGB is 254 - color contains mainly: blue. Hex color #4629FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4629FE is #B9D601. Grayscale: #494949. Windows color (decimal): -12178946 or 16656710. OLE color: 16656710.
HSL color Cylindrical-coordinate representation of color #4629FE: hue angle of 248.17º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4629FE is Cyan = 0.72, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 70 | 41 | 254 | - |
| CMYK | 0.72 | 0.84 | 0 | 0.00 |
| HSL | 248.17º | 0.99% | 0.58% | - |
| HSV(B) | 248.17º | 0.84% | 1% | - |
| XYZ | 21.21 | 10.04 | 94.59 | - |
| YUV | 73.95 | 229.61 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 41 | 254 | 0.72 | 0.84 | 0 | 0.00 | 248.17 | 0.99 | 0.58 |
| Hex | 46 | 29 | FE | 48 | 54 | 0 | 0 | F8 | 63 | 3A |
| Octal | 106 | 51 | 376 | 110 | 124 | 0 | 0 | 370 | 143 | 72 |
| Binary | 1000110 | 101001 | 11111110 | 1001000 | 1010100 | 0 | 0 | 11111000 | 1100011 | 111010 |
Color Harmonies of #4629FE
Complementary color
Monochromatic Colors of #4629FE
Black with #4629FE
Text Example
Text Example
White with #4629FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4629FE; }
p { color: rgb(70,41,254); }
H1.HeaderClassName
{
color: #4629FE;
}
.AnyTagClassName
{
color: #4629FE;
}
</style>
background-color css
<style>
a { background-color: #4629FE; }
a { background-color: rgb(70,41,254); }
div.DivClassName
{
background-color: #4629FE;
}
.BgClassName
{
background-color: #4629FE;
}
</style>
border-color css
<style>
span { border-color: #4629FE; }
span { border-color: rgb(70,41,254); }
td.TdClassName
{
border-color: #4629FE;
}
.TagClassName
{
border-color: #4629FE;
}
</style>