Shades of Han Purple #4904CD
Tints of Han Purple #4904CD
RGB
CMYK
RGB Variations
Color information
#4904CD (or 0x4904CD) is known color: Han Purple. HEX triplet: 49, 04 and CD. RGB value is (73,4,205). Sum of RGB (Red+Green+Blue) = 73+4+205=282 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.89% from 282); Green value is 4 (1.95% from 255 or 1.42% from 282); Blue value is 205 (80.47% from 255 or 72.70% from 282); Max value from RGB is 205 - color contains mainly: blue. Hex color #4904CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4904CD is #B6FB32. Grayscale: #2E2E2E. Windows color (decimal): -11991859 or 13435977. OLE color: 13435977.
HSL color Cylindrical-coordinate representation of color #4904CD: hue angle of 260.6º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4904CD is Cyan = 0.64, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 4 | 205 | - |
| CMYK | 0.64 | 0.98 | 0 | 0.20 |
| HSL | 260.6º | 0.96% | 0.41% | - |
| HSV(B) | 260.6º | 0.98% | 0.8% | - |
| XYZ | 13.81 | 5.91 | 58.17 | - |
| YUV | 47.55 | 216.86 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 4 | 205 | 0.64 | 0.98 | 0 | 0.20 | 260.6 | 0.96 | 0.41 |
| Hex | 49 | 4 | CD | 40 | 62 | 0 | 14 | 105 | 60 | 29 |
| Octal | 111 | 4 | 315 | 100 | 142 | 0 | 24 | 405 | 140 | 51 |
| Binary | 1001001 | 100 | 11001101 | 1000000 | 1100010 | 0 | 10100 | 100000101 | 1100000 | 101001 |
Color Harmonies of #4904CD
Complementary color
Monochromatic Colors of #4904CD
Black with #4904CD
Text Example
Text Example
White with #4904CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4904CD; }
p { color: rgb(73,4,205); }
H1.HeaderClassName
{
color: #4904CD;
}
.AnyTagClassName
{
color: #4904CD;
}
</style>
background-color css
<style>
a { background-color: #4904CD; }
a { background-color: rgb(73,4,205); }
div.DivClassName
{
background-color: #4904CD;
}
.BgClassName
{
background-color: #4904CD;
}
</style>
border-color css
<style>
span { border-color: #4904CD; }
span { border-color: rgb(73,4,205); }
td.TdClassName
{
border-color: #4904CD;
}
.TagClassName
{
border-color: #4904CD;
}
</style>