Shades of Han Purple #4900CD
Tints of Han Purple #4900CD
RGB
CMYK
RGB Variations
Color information
#4900CD (or 0x4900CD) is known color: Han Purple. HEX triplet: 49, 00 and CD. RGB value is (73,0,205). Sum of RGB (Red+Green+Blue) = 73+0+205=278 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.26% from 278); Green value is 0 (0.39% from 255 or 0% from 278); Blue value is 205 (80.47% from 255 or 73.74% from 278); Max value from RGB is 205 - color contains mainly: blue. Hex color #4900CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4900CD is #B6FF32. Grayscale: #2C2C2C. Windows color (decimal): -11992883 or 13434953. OLE color: 13434953.
HSL color Cylindrical-coordinate representation of color #4900CD: hue angle of 261.37º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4900CD is Cyan = 0.64, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 0 | 205 | - |
| CMYK | 0.64 | 1 | 0 | 0.20 |
| HSL | 261.37º | 1% | 0.4% | - |
| HSV(B) | 261.37º | 1% | 0.8% | - |
| XYZ | 13.77 | 5.82 | 58.16 | - |
| YUV | 45.2 | 218.18 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 0 | 205 | 0.64 | 1 | 0 | 0.20 | 261.37 | 1 | 0.4 |
| Hex | 49 | 0 | CD | 40 | 64 | 0 | 14 | 105 | 64 | 28 |
| Octal | 111 | 0 | 315 | 100 | 144 | 0 | 24 | 405 | 144 | 50 |
| Binary | 1001001 | 0 | 11001101 | 1000000 | 1100100 | 0 | 10100 | 100000101 | 1100100 | 101000 |
Color Harmonies of #4900CD
Complementary color
Monochromatic Colors of #4900CD
Black with #4900CD
Text Example
Text Example
White with #4900CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4900CD; }
p { color: rgb(73,0,205); }
H1.HeaderClassName
{
color: #4900CD;
}
.AnyTagClassName
{
color: #4900CD;
}
</style>
background-color css
<style>
a { background-color: #4900CD; }
a { background-color: rgb(73,0,205); }
div.DivClassName
{
background-color: #4900CD;
}
.BgClassName
{
background-color: #4900CD;
}
</style>
border-color css
<style>
span { border-color: #4900CD; }
span { border-color: rgb(73,0,205); }
td.TdClassName
{
border-color: #4900CD;
}
.TagClassName
{
border-color: #4900CD;
}
</style>