Shades of Han Purple #492ADA
Tints of Han Purple #492ADA
RGB
CMYK
RGB Variations
Color information
#492ADA (or 0x492ADA) is known color: Han Purple. HEX triplet: 49, 2A and DA. RGB value is (73,42,218). Sum of RGB (Red+Green+Blue) = 73+42+218=333 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.92% from 333); Green value is 42 (16.80% from 255 or 12.61% from 333); Blue value is 218 (85.55% from 255 or 65.47% from 333); Max value from RGB is 218 - color contains mainly: blue. Hex color #492ADA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #492ADA is #B6D525. Grayscale: #464646. Windows color (decimal): -11982118 or 14297673. OLE color: 14297673.
HSL color Cylindrical-coordinate representation of color #492ADA: hue angle of 250.57º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #492ADA is Cyan = 0.67, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 73 | 42 | 218 | - |
| CMYK | 0.67 | 0.81 | 0 | 0.15 |
| HSL | 250.57º | 0.7% | 0.51% | - |
| HSV(B) | 250.57º | 0.81% | 0.85% | - |
| XYZ | 16.23 | 8.13 | 67.04 | - |
| YUV | 71.33 | 210.77 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 42 | 218 | 0.67 | 0.81 | 0 | 0.15 | 250.57 | 0.7 | 0.51 |
| Hex | 49 | 2A | DA | 43 | 51 | 0 | F | FB | 46 | 33 |
| Octal | 111 | 52 | 332 | 103 | 121 | 0 | 17 | 373 | 106 | 63 |
| Binary | 1001001 | 101010 | 11011010 | 1000011 | 1010001 | 0 | 1111 | 11111011 | 1000110 | 110011 |
Color Harmonies of #492ADA
Complementary color
Monochromatic Colors of #492ADA
Black with #492ADA
Text Example
Text Example
White with #492ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492ADA; }
p { color: rgb(73,42,218); }
H1.HeaderClassName
{
color: #492ADA;
}
.AnyTagClassName
{
color: #492ADA;
}
</style>
background-color css
<style>
a { background-color: #492ADA; }
a { background-color: rgb(73,42,218); }
div.DivClassName
{
background-color: #492ADA;
}
.BgClassName
{
background-color: #492ADA;
}
</style>
border-color css
<style>
span { border-color: #492ADA; }
span { border-color: rgb(73,42,218); }
td.TdClassName
{
border-color: #492ADA;
}
.TagClassName
{
border-color: #492ADA;
}
</style>