Shades of Han Purple #4834DC
Tints of Han Purple #4834DC
RGB
CMYK
RGB Variations
Color information
#4834DC (or 0x4834DC) is known color: Han Purple. HEX triplet: 48, 34 and DC. RGB value is (72,52,220). Sum of RGB (Red+Green+Blue) = 72+52+220=344 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.93% from 344); Green value is 52 (20.70% from 255 or 15.12% from 344); Blue value is 220 (86.33% from 255 or 63.95% from 344); Max value from RGB is 220 - color contains mainly: blue. Hex color #4834DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4834DC is #B7CB23. Grayscale: #4C4C4C. Windows color (decimal): -12045092 or 14431304. OLE color: 14431304.
HSL color Cylindrical-coordinate representation of color #4834DC: hue angle of 247.14º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4834DC is Cyan = 0.67, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 52 | 220 | - |
| CMYK | 0.67 | 0.76 | 0 | 0.14 |
| HSL | 247.14º | 0.71% | 0.53% | - |
| HSV(B) | 247.14º | 0.76% | 0.86% | - |
| XYZ | 16.82 | 9 | 68.56 | - |
| YUV | 77.13 | 208.63 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 52 | 220 | 0.67 | 0.76 | 0 | 0.14 | 247.14 | 0.71 | 0.53 |
| Hex | 48 | 34 | DC | 43 | 4C | 0 | E | F7 | 47 | 35 |
| Octal | 110 | 64 | 334 | 103 | 114 | 0 | 16 | 367 | 107 | 65 |
| Binary | 1001000 | 110100 | 11011100 | 1000011 | 1001100 | 0 | 1110 | 11110111 | 1000111 | 110101 |
Color Harmonies of #4834DC
Complementary color
Monochromatic Colors of #4834DC
Black with #4834DC
Text Example
Text Example
White with #4834DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4834DC; }
p { color: rgb(72,52,220); }
H1.HeaderClassName
{
color: #4834DC;
}
.AnyTagClassName
{
color: #4834DC;
}
</style>
background-color css
<style>
a { background-color: #4834DC; }
a { background-color: rgb(72,52,220); }
div.DivClassName
{
background-color: #4834DC;
}
.BgClassName
{
background-color: #4834DC;
}
</style>
border-color css
<style>
span { border-color: #4834DC; }
span { border-color: rgb(72,52,220); }
td.TdClassName
{
border-color: #4834DC;
}
.TagClassName
{
border-color: #4834DC;
}
</style>