Shades of Han Purple #4904DC
Tints of Han Purple #4904DC
RGB
CMYK
RGB Variations
Color information
#4904DC (or 0x4904DC) is known color: Han Purple. HEX triplet: 49, 04 and DC. RGB value is (73,4,220). Sum of RGB (Red+Green+Blue) = 73+4+220=297 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.58% from 297); Green value is 4 (1.95% from 255 or 1.35% from 297); Blue value is 220 (86.33% from 255 or 74.07% from 297); Max value from RGB is 220 - color contains mainly: blue. Hex color #4904DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4904DC is #B6FB23. Grayscale: #303030. Windows color (decimal): -11991844 or 14419017. OLE color: 14419017.
HSL color Cylindrical-coordinate representation of color #4904DC: hue angle of 259.17º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4904DC is Cyan = 0.67, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 4 | 220 | - |
| CMYK | 0.67 | 0.98 | 0 | 0.14 |
| HSL | 259.17º | 0.96% | 0.44% | - |
| HSV(B) | 259.17º | 0.98% | 0.86% | - |
| XYZ | 15.71 | 6.67 | 68.17 | - |
| YUV | 49.26 | 224.36 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 4 | 220 | 0.67 | 0.98 | 0 | 0.14 | 259.17 | 0.96 | 0.44 |
| Hex | 49 | 4 | DC | 43 | 62 | 0 | E | 103 | 60 | 2C |
| Octal | 111 | 4 | 334 | 103 | 142 | 0 | 16 | 403 | 140 | 54 |
| Binary | 1001001 | 100 | 11011100 | 1000011 | 1100010 | 0 | 1110 | 100000011 | 1100000 | 101100 |
Color Harmonies of #4904DC
Complementary color
Monochromatic Colors of #4904DC
Black with #4904DC
Text Example
Text Example
White with #4904DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4904DC; }
p { color: rgb(73,4,220); }
H1.HeaderClassName
{
color: #4904DC;
}
.AnyTagClassName
{
color: #4904DC;
}
</style>
background-color css
<style>
a { background-color: #4904DC; }
a { background-color: rgb(73,4,220); }
div.DivClassName
{
background-color: #4904DC;
}
.BgClassName
{
background-color: #4904DC;
}
</style>
border-color css
<style>
span { border-color: #4904DC; }
span { border-color: rgb(73,4,220); }
td.TdClassName
{
border-color: #4904DC;
}
.TagClassName
{
border-color: #4904DC;
}
</style>