Shades of Han Purple #4927DC
Tints of Han Purple #4927DC
RGB
CMYK
RGB Variations
Color information
#4927DC (or 0x4927DC) is known color: Han Purple. HEX triplet: 49, 27 and DC. RGB value is (73,39,220). Sum of RGB (Red+Green+Blue) = 73+39+220=332 (43% of max value = 765). Red value is 73 (28.91% from 255 or 21.99% from 332); Green value is 39 (15.62% from 255 or 11.75% from 332); Blue value is 220 (86.33% from 255 or 66.27% from 332); Max value from RGB is 220 - color contains mainly: blue. Hex color #4927DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4927DC is #B6D823. Grayscale: #454545. Windows color (decimal): -11982884 or 14427977. OLE color: 14427977.
HSL color Cylindrical-coordinate representation of color #4927DC: hue angle of 251.27º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4927DC is Cyan = 0.67, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 39 | 220 | - |
| CMYK | 0.67 | 0.82 | 0 | 0.14 |
| HSL | 251.27º | 0.72% | 0.51% | - |
| HSV(B) | 251.27º | 0.82% | 0.86% | - |
| XYZ | 16.39 | 8.03 | 68.4 | - |
| YUV | 69.8 | 212.76 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 39 | 220 | 0.67 | 0.82 | 0 | 0.14 | 251.27 | 0.72 | 0.51 |
| Hex | 49 | 27 | DC | 43 | 52 | 0 | E | FB | 48 | 33 |
| Octal | 111 | 47 | 334 | 103 | 122 | 0 | 16 | 373 | 110 | 63 |
| Binary | 1001001 | 100111 | 11011100 | 1000011 | 1010010 | 0 | 1110 | 11111011 | 1001000 | 110011 |
Color Harmonies of #4927DC
Complementary color
Monochromatic Colors of #4927DC
Black with #4927DC
Text Example
Text Example
White with #4927DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4927DC; }
p { color: rgb(73,39,220); }
H1.HeaderClassName
{
color: #4927DC;
}
.AnyTagClassName
{
color: #4927DC;
}
</style>
background-color css
<style>
a { background-color: #4927DC; }
a { background-color: rgb(73,39,220); }
div.DivClassName
{
background-color: #4927DC;
}
.BgClassName
{
background-color: #4927DC;
}
</style>
border-color css
<style>
span { border-color: #4927DC; }
span { border-color: rgb(73,39,220); }
td.TdClassName
{
border-color: #4927DC;
}
.TagClassName
{
border-color: #4927DC;
}
</style>