Shades of Han Purple #4925DC
Tints of Han Purple #4925DC
RGB
CMYK
RGB Variations
Color information
#4925DC (or 0x4925DC) is known color: Han Purple. HEX triplet: 49, 25 and DC. RGB value is (73,37,220). Sum of RGB (Red+Green+Blue) = 73+37+220=330 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.12% from 330); Green value is 37 (14.84% from 255 or 11.21% from 330); Blue value is 220 (86.33% from 255 or 66.67% from 330); Max value from RGB is 220 - color contains mainly: blue. Hex color #4925DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4925DC is #B6DA23. Grayscale: #434343. Windows color (decimal): -11983396 or 14427465. OLE color: 14427465.
HSL color Cylindrical-coordinate representation of color #4925DC: hue angle of 251.8º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4925DC is Cyan = 0.67, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 37 | 220 | - |
| CMYK | 0.67 | 0.83 | 0 | 0.14 |
| HSL | 251.8º | 0.72% | 0.5% | - |
| HSV(B) | 251.8º | 0.83% | 0.86% | - |
| XYZ | 16.33 | 7.91 | 68.38 | - |
| YUV | 68.63 | 213.43 | 131.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 37 | 220 | 0.67 | 0.83 | 0 | 0.14 | 251.8 | 0.72 | 0.5 |
| Hex | 49 | 25 | DC | 43 | 53 | 0 | E | FC | 48 | 32 |
| Octal | 111 | 45 | 334 | 103 | 123 | 0 | 16 | 374 | 110 | 62 |
| Binary | 1001001 | 100101 | 11011100 | 1000011 | 1010011 | 0 | 1110 | 11111100 | 1001000 | 110010 |
Color Harmonies of #4925DC
Complementary color
Monochromatic Colors of #4925DC
Black with #4925DC
Text Example
Text Example
White with #4925DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4925DC; }
p { color: rgb(73,37,220); }
H1.HeaderClassName
{
color: #4925DC;
}
.AnyTagClassName
{
color: #4925DC;
}
</style>
background-color css
<style>
a { background-color: #4925DC; }
a { background-color: rgb(73,37,220); }
div.DivClassName
{
background-color: #4925DC;
}
.BgClassName
{
background-color: #4925DC;
}
</style>
border-color css
<style>
span { border-color: #4925DC; }
span { border-color: rgb(73,37,220); }
td.TdClassName
{
border-color: #4925DC;
}
.TagClassName
{
border-color: #4925DC;
}
</style>