Shades of Han Purple #492FFE
Tints of Han Purple #492FFE
RGB
CMYK
RGB Variations
Color information
#492FFE (or 0x492FFE) is known color: Han Purple. HEX triplet: 49, 2F and FE. RGB value is (73,47,254). Sum of RGB (Red+Green+Blue) = 73+47+254=374 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.52% from 374); Green value is 47 (18.75% from 255 or 12.57% from 374); Blue value is 254 (99.61% from 255 or 67.91% from 374); Max value from RGB is 254 - color contains mainly: blue. Hex color #492FFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #492FFE is #B6D001. Grayscale: #4D4D4D. Windows color (decimal): -11980802 or 16658249. OLE color: 16658249.
HSL color Cylindrical-coordinate representation of color #492FFE: hue angle of 247.54º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #492FFE is Cyan = 0.71, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 73 | 47 | 254 | - |
| CMYK | 0.71 | 0.81 | 0 | 0.00 |
| HSL | 247.54º | 0.99% | 0.59% | - |
| HSV(B) | 247.54º | 0.81% | 1% | - |
| XYZ | 21.65 | 10.61 | 94.67 | - |
| YUV | 78.37 | 227.11 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 47 | 254 | 0.71 | 0.81 | 0 | 0.00 | 247.54 | 0.99 | 0.59 |
| Hex | 49 | 2F | FE | 47 | 51 | 0 | 0 | F8 | 63 | 3B |
| Octal | 111 | 57 | 376 | 107 | 121 | 0 | 0 | 370 | 143 | 73 |
| Binary | 1001001 | 101111 | 11111110 | 1000111 | 1010001 | 0 | 0 | 11111000 | 1100011 | 111011 |
Color Harmonies of #492FFE
Complementary color
Monochromatic Colors of #492FFE
Black with #492FFE
Text Example
Text Example
White with #492FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492FFE; }
p { color: rgb(73,47,254); }
H1.HeaderClassName
{
color: #492FFE;
}
.AnyTagClassName
{
color: #492FFE;
}
</style>
background-color css
<style>
a { background-color: #492FFE; }
a { background-color: rgb(73,47,254); }
div.DivClassName
{
background-color: #492FFE;
}
.BgClassName
{
background-color: #492FFE;
}
</style>
border-color css
<style>
span { border-color: #492FFE; }
span { border-color: rgb(73,47,254); }
td.TdClassName
{
border-color: #492FFE;
}
.TagClassName
{
border-color: #492FFE;
}
</style>