Shades of Han Purple #492DEC
Tints of Han Purple #492DEC
RGB
CMYK
RGB Variations
Color information
#492DEC (or 0x492DEC) is known color: Han Purple. HEX triplet: 49, 2D and EC. RGB value is (73,45,236). Sum of RGB (Red+Green+Blue) = 73+45+236=354 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.62% from 354); Green value is 45 (17.97% from 255 or 12.71% from 354); Blue value is 236 (92.58% from 255 or 66.67% from 354); Max value from RGB is 236 - color contains mainly: blue. Hex color #492DEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #492DEC is #B6D213. Grayscale: #4A4A4A. Windows color (decimal): -11981332 or 15478089. OLE color: 15478089.
HSL color Cylindrical-coordinate representation of color #492DEC: hue angle of 248.8º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #492DEC is Cyan = 0.69, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 45 | 236 | - |
| CMYK | 0.69 | 0.81 | 0 | 0.07 |
| HSL | 248.8º | 0.83% | 0.55% | - |
| HSV(B) | 248.8º | 0.81% | 0.93% | - |
| XYZ | 18.83 | 9.35 | 80.17 | - |
| YUV | 75.15 | 218.78 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 45 | 236 | 0.69 | 0.81 | 0 | 0.07 | 248.8 | 0.83 | 0.55 |
| Hex | 49 | 2D | EC | 45 | 51 | 0 | 7 | F9 | 53 | 37 |
| Octal | 111 | 55 | 354 | 105 | 121 | 0 | 7 | 371 | 123 | 67 |
| Binary | 1001001 | 101101 | 11101100 | 1000101 | 1010001 | 0 | 111 | 11111001 | 1010011 | 110111 |
Color Harmonies of #492DEC
Complementary color
Monochromatic Colors of #492DEC
Black with #492DEC
Text Example
Text Example
White with #492DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492DEC; }
p { color: rgb(73,45,236); }
H1.HeaderClassName
{
color: #492DEC;
}
.AnyTagClassName
{
color: #492DEC;
}
</style>
background-color css
<style>
a { background-color: #492DEC; }
a { background-color: rgb(73,45,236); }
div.DivClassName
{
background-color: #492DEC;
}
.BgClassName
{
background-color: #492DEC;
}
</style>
border-color css
<style>
span { border-color: #492DEC; }
span { border-color: rgb(73,45,236); }
td.TdClassName
{
border-color: #492DEC;
}
.TagClassName
{
border-color: #492DEC;
}
</style>