Shades of Han Purple #4819DC
Tints of Han Purple #4819DC
RGB
CMYK
RGB Variations
Color information
#4819DC (or 0x4819DC) is known color: Han Purple. HEX triplet: 48, 19 and DC. RGB value is (72,25,220). Sum of RGB (Red+Green+Blue) = 72+25+220=317 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.71% from 317); Green value is 25 (10.16% from 255 or 7.89% from 317); Blue value is 220 (86.33% from 255 or 69.40% from 317); Max value from RGB is 220 - color contains mainly: blue. Hex color #4819DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4819DC is #B7E623. Grayscale: #3C3C3C. Windows color (decimal): -12052004 or 14424392. OLE color: 14424392.
HSL color Cylindrical-coordinate representation of color #4819DC: hue angle of 254.46º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4819DC is Cyan = 0.67, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 25 | 220 | - |
| CMYK | 0.67 | 0.89 | 0 | 0.14 |
| HSL | 254.46º | 0.8% | 0.48% | - |
| HSV(B) | 254.46º | 0.89% | 0.86% | - |
| XYZ | 15.94 | 7.24 | 68.27 | - |
| YUV | 61.28 | 217.57 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 25 | 220 | 0.67 | 0.89 | 0 | 0.14 | 254.46 | 0.8 | 0.48 |
| Hex | 48 | 19 | DC | 43 | 59 | 0 | E | FE | 50 | 30 |
| Octal | 110 | 31 | 334 | 103 | 131 | 0 | 16 | 376 | 120 | 60 |
| Binary | 1001000 | 11001 | 11011100 | 1000011 | 1011001 | 0 | 1110 | 11111110 | 1010000 | 110000 |
Color Harmonies of #4819DC
Complementary color
Monochromatic Colors of #4819DC
Black with #4819DC
Text Example
Text Example
White with #4819DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4819DC; }
p { color: rgb(72,25,220); }
H1.HeaderClassName
{
color: #4819DC;
}
.AnyTagClassName
{
color: #4819DC;
}
</style>
background-color css
<style>
a { background-color: #4819DC; }
a { background-color: rgb(72,25,220); }
div.DivClassName
{
background-color: #4819DC;
}
.BgClassName
{
background-color: #4819DC;
}
</style>
border-color css
<style>
span { border-color: #4819DC; }
span { border-color: rgb(72,25,220); }
td.TdClassName
{
border-color: #4819DC;
}
.TagClassName
{
border-color: #4819DC;
}
</style>