Shades of Han Purple #4808DC
Tints of Han Purple #4808DC
RGB
CMYK
RGB Variations
Color information
#4808DC (or 0x4808DC) is known color: Han Purple. HEX triplet: 48, 08 and DC. RGB value is (72,8,220). Sum of RGB (Red+Green+Blue) = 72+8+220=300 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24% from 300); Green value is 8 (3.52% from 255 or 2.67% from 300); Blue value is 220 (86.33% from 255 or 73.33% from 300); Max value from RGB is 220 - color contains mainly: blue. Hex color #4808DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4808DC is #B7F723. Grayscale: #323232. Windows color (decimal): -12056356 or 14420040. OLE color: 14420040.
HSL color Cylindrical-coordinate representation of color #4808DC: hue angle of 258.11º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4808DC is Cyan = 0.67, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 8 | 220 | - |
| CMYK | 0.67 | 0.96 | 0 | 0.14 |
| HSL | 258.11º | 0.93% | 0.45% | - |
| HSV(B) | 258.11º | 0.96% | 0.86% | - |
| XYZ | 15.68 | 6.72 | 68.18 | - |
| YUV | 51.3 | 223.2 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 8 | 220 | 0.67 | 0.96 | 0 | 0.14 | 258.11 | 0.93 | 0.45 |
| Hex | 48 | 8 | DC | 43 | 60 | 0 | E | 102 | 5D | 2D |
| Octal | 110 | 10 | 334 | 103 | 140 | 0 | 16 | 402 | 135 | 55 |
| Binary | 1001000 | 1000 | 11011100 | 1000011 | 1100000 | 0 | 1110 | 100000010 | 1011101 | 101101 |
Color Harmonies of #4808DC
Complementary color
Monochromatic Colors of #4808DC
Black with #4808DC
Text Example
Text Example
White with #4808DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4808DC; }
p { color: rgb(72,8,220); }
H1.HeaderClassName
{
color: #4808DC;
}
.AnyTagClassName
{
color: #4808DC;
}
</style>
background-color css
<style>
a { background-color: #4808DC; }
a { background-color: rgb(72,8,220); }
div.DivClassName
{
background-color: #4808DC;
}
.BgClassName
{
background-color: #4808DC;
}
</style>
border-color css
<style>
span { border-color: #4808DC; }
span { border-color: rgb(72,8,220); }
td.TdClassName
{
border-color: #4808DC;
}
.TagClassName
{
border-color: #4808DC;
}
</style>