Shades of Han Purple #4622FE
Tints of Han Purple #4622FE
RGB
CMYK
RGB Variations
Color information
#4622FE (or 0x4622FE) is known color: Han Purple. HEX triplet: 46, 22 and FE. RGB value is (70,34,254). Sum of RGB (Red+Green+Blue) = 70+34+254=358 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.55% from 358); Green value is 34 (13.67% from 255 or 9.50% from 358); Blue value is 254 (99.61% from 255 or 70.95% from 358); Max value from RGB is 254 - color contains mainly: blue. Hex color #4622FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4622FE is #B9DD01. Grayscale: #454545. Windows color (decimal): -12180738 or 16654918. OLE color: 16654918.
HSL color Cylindrical-coordinate representation of color #4622FE: hue angle of 249.82º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4622FE is Cyan = 0.72, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 70 | 34 | 254 | - |
| CMYK | 0.72 | 0.87 | 0 | 0.00 |
| HSL | 249.82º | 0.99% | 0.56% | - |
| HSV(B) | 249.82º | 0.87% | 1% | - |
| XYZ | 20.99 | 9.6 | 94.51 | - |
| YUV | 69.84 | 231.93 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 34 | 254 | 0.72 | 0.87 | 0 | 0.00 | 249.82 | 0.99 | 0.56 |
| Hex | 46 | 22 | FE | 48 | 57 | 0 | 0 | FA | 63 | 38 |
| Octal | 106 | 42 | 376 | 110 | 127 | 0 | 0 | 372 | 143 | 70 |
| Binary | 1000110 | 100010 | 11111110 | 1001000 | 1010111 | 0 | 0 | 11111010 | 1100011 | 111000 |
Color Harmonies of #4622FE
Complementary color
Monochromatic Colors of #4622FE
Black with #4622FE
Text Example
Text Example
White with #4622FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4622FE; }
p { color: rgb(70,34,254); }
H1.HeaderClassName
{
color: #4622FE;
}
.AnyTagClassName
{
color: #4622FE;
}
</style>
background-color css
<style>
a { background-color: #4622FE; }
a { background-color: rgb(70,34,254); }
div.DivClassName
{
background-color: #4622FE;
}
.BgClassName
{
background-color: #4622FE;
}
</style>
border-color css
<style>
span { border-color: #4622FE; }
span { border-color: rgb(70,34,254); }
td.TdClassName
{
border-color: #4622FE;
}
.TagClassName
{
border-color: #4622FE;
}
</style>