Shades of Han Purple #4819DD
Tints of Han Purple #4819DD
RGB
CMYK
RGB Variations
Color information
#4819DD (or 0x4819DD) is known color: Han Purple. HEX triplet: 48, 19 and DD. RGB value is (72,25,221). Sum of RGB (Red+Green+Blue) = 72+25+221=318 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.64% from 318); Green value is 25 (10.16% from 255 or 7.86% from 318); Blue value is 221 (86.72% from 255 or 69.50% from 318); Max value from RGB is 221 - color contains mainly: blue. Hex color #4819DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4819DD is #B7E622. Grayscale: #3C3C3C. Windows color (decimal): -12052003 or 14489928. OLE color: 14489928.
HSL color Cylindrical-coordinate representation of color #4819DD: hue angle of 254.39º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4819DD is Cyan = 0.67, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 25 | 221 | - |
| CMYK | 0.67 | 0.89 | 0 | 0.13 |
| HSL | 254.39º | 0.8% | 0.48% | - |
| HSV(B) | 254.39º | 0.89% | 0.87% | - |
| XYZ | 16.07 | 7.29 | 68.97 | - |
| YUV | 61.4 | 218.07 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 25 | 221 | 0.67 | 0.89 | 0 | 0.13 | 254.39 | 0.8 | 0.48 |
| Hex | 48 | 19 | DD | 43 | 59 | 0 | D | FE | 50 | 30 |
| Octal | 110 | 31 | 335 | 103 | 131 | 0 | 15 | 376 | 120 | 60 |
| Binary | 1001000 | 11001 | 11011101 | 1000011 | 1011001 | 0 | 1101 | 11111110 | 1010000 | 110000 |
Color Harmonies of #4819DD
Complementary color
Monochromatic Colors of #4819DD
Black with #4819DD
Text Example
Text Example
White with #4819DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4819DD; }
p { color: rgb(72,25,221); }
H1.HeaderClassName
{
color: #4819DD;
}
.AnyTagClassName
{
color: #4819DD;
}
</style>
background-color css
<style>
a { background-color: #4819DD; }
a { background-color: rgb(72,25,221); }
div.DivClassName
{
background-color: #4819DD;
}
.BgClassName
{
background-color: #4819DD;
}
</style>
border-color css
<style>
span { border-color: #4819DD; }
span { border-color: rgb(72,25,221); }
td.TdClassName
{
border-color: #4819DD;
}
.TagClassName
{
border-color: #4819DD;
}
</style>