Shades of Han Purple #4912DF
Tints of Han Purple #4912DF
RGB
CMYK
RGB Variations
Color information
#4912DF (or 0x4912DF) is known color: Han Purple. HEX triplet: 49, 12 and DF. RGB value is (73,18,223). Sum of RGB (Red+Green+Blue) = 73+18+223=314 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.25% from 314); Green value is 18 (7.42% from 255 or 5.73% from 314); Blue value is 223 (87.5% from 255 or 71.02% from 314); Max value from RGB is 223 - color contains mainly: blue. Hex color #4912DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4912DF is #B6ED20. Grayscale: #393939. Windows color (decimal): -11988257 or 14619209. OLE color: 14619209.
HSL color Cylindrical-coordinate representation of color #4912DF: hue angle of 256.1º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4912DF is Cyan = 0.67, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 18 | 223 | - |
| CMYK | 0.67 | 0.92 | 0 | 0.13 |
| HSL | 256.1º | 0.85% | 0.47% | - |
| HSV(B) | 256.1º | 0.92% | 0.87% | - |
| XYZ | 16.28 | 7.18 | 70.34 | - |
| YUV | 57.82 | 221.22 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 18 | 223 | 0.67 | 0.92 | 0 | 0.13 | 256.1 | 0.85 | 0.47 |
| Hex | 49 | 12 | DF | 43 | 5C | 0 | D | 100 | 55 | 2F |
| Octal | 111 | 22 | 337 | 103 | 134 | 0 | 15 | 400 | 125 | 57 |
| Binary | 1001001 | 10010 | 11011111 | 1000011 | 1011100 | 0 | 1101 | 100000000 | 1010101 | 101111 |
Color Harmonies of #4912DF
Complementary color
Monochromatic Colors of #4912DF
Black with #4912DF
Text Example
Text Example
White with #4912DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4912DF; }
p { color: rgb(73,18,223); }
H1.HeaderClassName
{
color: #4912DF;
}
.AnyTagClassName
{
color: #4912DF;
}
</style>
background-color css
<style>
a { background-color: #4912DF; }
a { background-color: rgb(73,18,223); }
div.DivClassName
{
background-color: #4912DF;
}
.BgClassName
{
background-color: #4912DF;
}
</style>
border-color css
<style>
span { border-color: #4912DF; }
span { border-color: rgb(73,18,223); }
td.TdClassName
{
border-color: #4912DF;
}
.TagClassName
{
border-color: #4912DF;
}
</style>