Shades of Han Purple #4934DF
Tints of Han Purple #4934DF
RGB
CMYK
RGB Variations
Color information
#4934DF (or 0x4934DF) is known color: Han Purple. HEX triplet: 49, 34 and DF. RGB value is (73,52,223). Sum of RGB (Red+Green+Blue) = 73+52+223=348 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.98% from 348); Green value is 52 (20.70% from 255 or 14.94% from 348); Blue value is 223 (87.5% from 255 or 64.08% from 348); Max value from RGB is 223 - color contains mainly: blue. Hex color #4934DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4934DF is #B6CB20. Grayscale: #4D4D4D. Windows color (decimal): -11979553 or 14627913. OLE color: 14627913.
HSL color Cylindrical-coordinate representation of color #4934DF: hue angle of 247.37º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4934DF is Cyan = 0.67, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 52 | 223 | - |
| CMYK | 0.67 | 0.77 | 0 | 0.13 |
| HSL | 247.37º | 0.73% | 0.54% | - |
| HSV(B) | 247.37º | 0.77% | 0.87% | - |
| XYZ | 17.29 | 9.2 | 70.68 | - |
| YUV | 77.77 | 209.96 | 124.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 52 | 223 | 0.67 | 0.77 | 0 | 0.13 | 247.37 | 0.73 | 0.54 |
| Hex | 49 | 34 | DF | 43 | 4D | 0 | D | F7 | 49 | 36 |
| Octal | 111 | 64 | 337 | 103 | 115 | 0 | 15 | 367 | 111 | 66 |
| Binary | 1001001 | 110100 | 11011111 | 1000011 | 1001101 | 0 | 1101 | 11110111 | 1001001 | 110110 |
Color Harmonies of #4934DF
Complementary color
Monochromatic Colors of #4934DF
Black with #4934DF
Text Example
Text Example
White with #4934DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4934DF; }
p { color: rgb(73,52,223); }
H1.HeaderClassName
{
color: #4934DF;
}
.AnyTagClassName
{
color: #4934DF;
}
</style>
background-color css
<style>
a { background-color: #4934DF; }
a { background-color: rgb(73,52,223); }
div.DivClassName
{
background-color: #4934DF;
}
.BgClassName
{
background-color: #4934DF;
}
</style>
border-color css
<style>
span { border-color: #4934DF; }
span { border-color: rgb(73,52,223); }
td.TdClassName
{
border-color: #4934DF;
}
.TagClassName
{
border-color: #4934DF;
}
</style>