Shades of Han Purple #4927DA
Tints of Han Purple #4927DA
RGB
CMYK
RGB Variations
Color information
#4927DA (or 0x4927DA) is known color: Han Purple. HEX triplet: 49, 27 and DA. RGB value is (73,39,218). Sum of RGB (Red+Green+Blue) = 73+39+218=330 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.12% from 330); Green value is 39 (15.62% from 255 or 11.82% from 330); Blue value is 218 (85.55% from 255 or 66.06% from 330); Max value from RGB is 218 - color contains mainly: blue. Hex color #4927DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4927DA is #B6D825. Grayscale: #444444. Windows color (decimal): -11982886 or 14296905. OLE color: 14296905.
HSL color Cylindrical-coordinate representation of color #4927DA: hue angle of 251.4º degrees, saturation: 0.71, 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 #4927DA is Cyan = 0.67, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 73 | 39 | 218 | - |
| CMYK | 0.67 | 0.82 | 0 | 0.15 |
| HSL | 251.4º | 0.71% | 0.5% | - |
| HSV(B) | 251.4º | 0.82% | 0.85% | - |
| XYZ | 16.13 | 7.93 | 67.01 | - |
| YUV | 69.57 | 211.76 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 39 | 218 | 0.67 | 0.82 | 0 | 0.15 | 251.4 | 0.71 | 0.5 |
| Hex | 49 | 27 | DA | 43 | 52 | 0 | F | FB | 47 | 32 |
| Octal | 111 | 47 | 332 | 103 | 122 | 0 | 17 | 373 | 107 | 62 |
| Binary | 1001001 | 100111 | 11011010 | 1000011 | 1010010 | 0 | 1111 | 11111011 | 1000111 | 110010 |
Color Harmonies of #4927DA
Complementary color
Monochromatic Colors of #4927DA
Black with #4927DA
Text Example
Text Example
White with #4927DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4927DA; }
p { color: rgb(73,39,218); }
H1.HeaderClassName
{
color: #4927DA;
}
.AnyTagClassName
{
color: #4927DA;
}
</style>
background-color css
<style>
a { background-color: #4927DA; }
a { background-color: rgb(73,39,218); }
div.DivClassName
{
background-color: #4927DA;
}
.BgClassName
{
background-color: #4927DA;
}
</style>
border-color css
<style>
span { border-color: #4927DA; }
span { border-color: rgb(73,39,218); }
td.TdClassName
{
border-color: #4927DA;
}
.TagClassName
{
border-color: #4927DA;
}
</style>