Shades of Han Purple #4808DB
Tints of Han Purple #4808DB
RGB
CMYK
RGB Variations
Color information
#4808DB (or 0x4808DB) is known color: Han Purple. HEX triplet: 48, 08 and DB. RGB value is (72,8,219). Sum of RGB (Red+Green+Blue) = 72+8+219=299 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.08% from 299); Green value is 8 (3.52% from 255 or 2.68% from 299); Blue value is 219 (85.94% from 255 or 73.24% from 299); Max value from RGB is 219 - color contains mainly: blue. Hex color #4808DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4808DB is #B7F724. Grayscale: #323232. Windows color (decimal): -12056357 or 14354504. OLE color: 14354504.
HSL color Cylindrical-coordinate representation of color #4808DB: hue angle of 258.2º 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 #4808DB is Cyan = 0.67, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 8 | 219 | - |
| CMYK | 0.67 | 0.96 | 0 | 0.14 |
| HSL | 258.2º | 0.93% | 0.45% | - |
| HSV(B) | 258.2º | 0.96% | 0.86% | - |
| XYZ | 15.55 | 6.67 | 67.49 | - |
| YUV | 51.19 | 222.7 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 8 | 219 | 0.67 | 0.96 | 0 | 0.14 | 258.2 | 0.93 | 0.45 |
| Hex | 48 | 8 | DB | 43 | 60 | 0 | E | 102 | 5D | 2D |
| Octal | 110 | 10 | 333 | 103 | 140 | 0 | 16 | 402 | 135 | 55 |
| Binary | 1001000 | 1000 | 11011011 | 1000011 | 1100000 | 0 | 1110 | 100000010 | 1011101 | 101101 |
Color Harmonies of #4808DB
Complementary color
Monochromatic Colors of #4808DB
Black with #4808DB
Text Example
Text Example
White with #4808DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4808DB; }
p { color: rgb(72,8,219); }
H1.HeaderClassName
{
color: #4808DB;
}
.AnyTagClassName
{
color: #4808DB;
}
</style>
background-color css
<style>
a { background-color: #4808DB; }
a { background-color: rgb(72,8,219); }
div.DivClassName
{
background-color: #4808DB;
}
.BgClassName
{
background-color: #4808DB;
}
</style>
border-color css
<style>
span { border-color: #4808DB; }
span { border-color: rgb(72,8,219); }
td.TdClassName
{
border-color: #4808DB;
}
.TagClassName
{
border-color: #4808DB;
}
</style>