Shades of Han Purple #4800DC
Tints of Han Purple #4800DC
RGB
CMYK
RGB Variations
Color information
#4800DC (or 0x4800DC) is known color: Han Purple. HEX triplet: 48, 00 and DC. RGB value is (72,0,220). Sum of RGB (Red+Green+Blue) = 72+0+220=292 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.66% from 292); Green value is 0 (0.39% from 255 or 0% from 292); Blue value is 220 (86.33% from 255 or 75.34% from 292); Max value from RGB is 220 - color contains mainly: blue. Hex color #4800DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4800DC is #B7FF23. Grayscale: #2D2D2D. Windows color (decimal): -12058404 or 14417992. OLE color: 14417992.
HSL color Cylindrical-coordinate representation of color #4800DC: hue angle of 259.64º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4800DC is Cyan = 0.67, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 0 | 220 | - |
| CMYK | 0.67 | 1 | 0 | 0.14 |
| HSL | 259.64º | 1% | 0.43% | - |
| HSV(B) | 259.64º | 1% | 0.86% | - |
| XYZ | 15.59 | 6.55 | 68.15 | - |
| YUV | 46.61 | 225.85 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 0 | 220 | 0.67 | 1 | 0 | 0.14 | 259.64 | 1 | 0.43 |
| Hex | 48 | 0 | DC | 43 | 64 | 0 | E | 104 | 64 | 2B |
| Octal | 110 | 0 | 334 | 103 | 144 | 0 | 16 | 404 | 144 | 53 |
| Binary | 1001000 | 0 | 11011100 | 1000011 | 1100100 | 0 | 1110 | 100000100 | 1100100 | 101011 |
Color Harmonies of #4800DC
Complementary color
Monochromatic Colors of #4800DC
Black with #4800DC
Text Example
Text Example
White with #4800DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4800DC; }
p { color: rgb(72,0,220); }
H1.HeaderClassName
{
color: #4800DC;
}
.AnyTagClassName
{
color: #4800DC;
}
</style>
background-color css
<style>
a { background-color: #4800DC; }
a { background-color: rgb(72,0,220); }
div.DivClassName
{
background-color: #4800DC;
}
.BgClassName
{
background-color: #4800DC;
}
</style>
border-color css
<style>
span { border-color: #4800DC; }
span { border-color: rgb(72,0,220); }
td.TdClassName
{
border-color: #4800DC;
}
.TagClassName
{
border-color: #4800DC;
}
</style>