Shades of Han Purple #492BEC
Tints of Han Purple #492BEC
RGB
CMYK
RGB Variations
Color information
#492BEC (or 0x492BEC) is known color: Han Purple. HEX triplet: 49, 2B and EC. RGB value is (73,43,236). Sum of RGB (Red+Green+Blue) = 73+43+236=352 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.74% from 352); Green value is 43 (17.19% from 255 or 12.22% from 352); Blue value is 236 (92.58% from 255 or 67.05% from 352); Max value from RGB is 236 - color contains mainly: blue. Hex color #492BEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #492BEC is #B6D413. Grayscale: #494949. Windows color (decimal): -11981844 or 15477577. OLE color: 15477577.
HSL color Cylindrical-coordinate representation of color #492BEC: hue angle of 249.33º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #492BEC is Cyan = 0.69, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 43 | 236 | - |
| CMYK | 0.69 | 0.82 | 0 | 0.07 |
| HSL | 249.33º | 0.84% | 0.55% | - |
| HSV(B) | 249.33º | 0.82% | 0.93% | - |
| XYZ | 18.75 | 9.2 | 80.14 | - |
| YUV | 73.97 | 219.44 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 43 | 236 | 0.69 | 0.82 | 0 | 0.07 | 249.33 | 0.84 | 0.55 |
| Hex | 49 | 2B | EC | 45 | 52 | 0 | 7 | F9 | 54 | 37 |
| Octal | 111 | 53 | 354 | 105 | 122 | 0 | 7 | 371 | 124 | 67 |
| Binary | 1001001 | 101011 | 11101100 | 1000101 | 1010010 | 0 | 111 | 11111001 | 1010100 | 110111 |
Color Harmonies of #492BEC
Complementary color
Monochromatic Colors of #492BEC
Black with #492BEC
Text Example
Text Example
White with #492BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492BEC; }
p { color: rgb(73,43,236); }
H1.HeaderClassName
{
color: #492BEC;
}
.AnyTagClassName
{
color: #492BEC;
}
</style>
background-color css
<style>
a { background-color: #492BEC; }
a { background-color: rgb(73,43,236); }
div.DivClassName
{
background-color: #492BEC;
}
.BgClassName
{
background-color: #492BEC;
}
</style>
border-color css
<style>
span { border-color: #492BEC; }
span { border-color: rgb(73,43,236); }
td.TdClassName
{
border-color: #492BEC;
}
.TagClassName
{
border-color: #492BEC;
}
</style>