Shades of Han Purple #4905DC
Tints of Han Purple #4905DC
RGB
CMYK
RGB Variations
Color information
#4905DC (or 0x4905DC) is known color: Han Purple. HEX triplet: 49, 05 and DC. RGB value is (73,5,220). Sum of RGB (Red+Green+Blue) = 73+5+220=298 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.50% from 298); Green value is 5 (2.34% from 255 or 1.68% from 298); Blue value is 220 (86.33% from 255 or 73.83% from 298); Max value from RGB is 220 - color contains mainly: blue. Hex color #4905DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4905DC is #B6FA23. Grayscale: #313131. Windows color (decimal): -11991588 or 14419273. OLE color: 14419273.
HSL color Cylindrical-coordinate representation of color #4905DC: hue angle of 258.98º 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 #4905DC is Cyan = 0.67, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 5 | 220 | - |
| CMYK | 0.67 | 0.98 | 0 | 0.14 |
| HSL | 258.98º | 0.96% | 0.44% | - |
| HSV(B) | 258.98º | 0.98% | 0.86% | - |
| XYZ | 15.72 | 6.69 | 68.17 | - |
| YUV | 49.84 | 224.03 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 5 | 220 | 0.67 | 0.98 | 0 | 0.14 | 258.98 | 0.96 | 0.44 |
| Hex | 49 | 5 | DC | 43 | 62 | 0 | E | 103 | 60 | 2C |
| Octal | 111 | 5 | 334 | 103 | 142 | 0 | 16 | 403 | 140 | 54 |
| Binary | 1001001 | 101 | 11011100 | 1000011 | 1100010 | 0 | 1110 | 100000011 | 1100000 | 101100 |
Color Harmonies of #4905DC
Complementary color
Monochromatic Colors of #4905DC
Black with #4905DC
Text Example
Text Example
White with #4905DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4905DC; }
p { color: rgb(73,5,220); }
H1.HeaderClassName
{
color: #4905DC;
}
.AnyTagClassName
{
color: #4905DC;
}
</style>
background-color css
<style>
a { background-color: #4905DC; }
a { background-color: rgb(73,5,220); }
div.DivClassName
{
background-color: #4905DC;
}
.BgClassName
{
background-color: #4905DC;
}
</style>
border-color css
<style>
span { border-color: #4905DC; }
span { border-color: rgb(73,5,220); }
td.TdClassName
{
border-color: #4905DC;
}
.TagClassName
{
border-color: #4905DC;
}
</style>