Shades of Han Purple #4927D8
Tints of Han Purple #4927D8
RGB
CMYK
RGB Variations
Color information
#4927D8 (or 0x4927D8) is known color: Han Purple. HEX triplet: 49, 27 and D8. RGB value is (73,39,216). Sum of RGB (Red+Green+Blue) = 73+39+216=328 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.26% from 328); Green value is 39 (15.62% from 255 or 11.89% from 328); Blue value is 216 (84.77% from 255 or 65.85% from 328); Max value from RGB is 216 - color contains mainly: blue. Hex color #4927D8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4927D8 is #B6D827. Grayscale: #444444. Windows color (decimal): -11982888 or 14165833. OLE color: 14165833.
HSL color Cylindrical-coordinate representation of color #4927D8: hue angle of 251.53º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4927D8 is Cyan = 0.66, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 73 | 39 | 216 | - |
| CMYK | 0.66 | 0.82 | 0 | 0.15 |
| HSL | 251.53º | 0.69% | 0.5% | - |
| HSV(B) | 251.53º | 0.82% | 0.85% | - |
| XYZ | 15.87 | 7.83 | 65.64 | - |
| YUV | 69.34 | 210.76 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 39 | 216 | 0.66 | 0.82 | 0 | 0.15 | 251.53 | 0.69 | 0.5 |
| Hex | 49 | 27 | D8 | 42 | 52 | 0 | F | FC | 45 | 32 |
| Octal | 111 | 47 | 330 | 102 | 122 | 0 | 17 | 374 | 105 | 62 |
| Binary | 1001001 | 100111 | 11011000 | 1000010 | 1010010 | 0 | 1111 | 11111100 | 1000101 | 110010 |
Color Harmonies of #4927D8
Complementary color
Monochromatic Colors of #4927D8
Black with #4927D8
Text Example
Text Example
White with #4927D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4927D8; }
p { color: rgb(73,39,216); }
H1.HeaderClassName
{
color: #4927D8;
}
.AnyTagClassName
{
color: #4927D8;
}
</style>
background-color css
<style>
a { background-color: #4927D8; }
a { background-color: rgb(73,39,216); }
div.DivClassName
{
background-color: #4927D8;
}
.BgClassName
{
background-color: #4927D8;
}
</style>
border-color css
<style>
span { border-color: #4927D8; }
span { border-color: rgb(73,39,216); }
td.TdClassName
{
border-color: #4927D8;
}
.TagClassName
{
border-color: #4927D8;
}
</style>