Shades of Han Purple #480DDB
Tints of Han Purple #480DDB
RGB
CMYK
RGB Variations
Color information
#480DDB (or 0x480DDB) is known color: Han Purple. HEX triplet: 48, 0D and DB. RGB value is (72,13,219). Sum of RGB (Red+Green+Blue) = 72+13+219=304 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.68% from 304); Green value is 13 (5.47% from 255 or 4.28% from 304); Blue value is 219 (85.94% from 255 or 72.04% from 304); Max value from RGB is 219 - color contains mainly: blue. Hex color #480DDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #480DDB is #B7F224. Grayscale: #353535. Windows color (decimal): -12055077 or 14355784. OLE color: 14355784.
HSL color Cylindrical-coordinate representation of color #480DDB: hue angle of 257.18º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #480DDB is Cyan = 0.67, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 13 | 219 | - |
| CMYK | 0.67 | 0.94 | 0 | 0.14 |
| HSL | 257.18º | 0.89% | 0.45% | - |
| HSV(B) | 257.18º | 0.94% | 0.86% | - |
| XYZ | 15.6 | 6.78 | 67.5 | - |
| YUV | 54.13 | 221.05 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 13 | 219 | 0.67 | 0.94 | 0 | 0.14 | 257.18 | 0.89 | 0.45 |
| Hex | 48 | D | DB | 43 | 5E | 0 | E | 101 | 59 | 2D |
| Octal | 110 | 15 | 333 | 103 | 136 | 0 | 16 | 401 | 131 | 55 |
| Binary | 1001000 | 1101 | 11011011 | 1000011 | 1011110 | 0 | 1110 | 100000001 | 1011001 | 101101 |
Color Harmonies of #480DDB
Complementary color
Monochromatic Colors of #480DDB
Black with #480DDB
Text Example
Text Example
White with #480DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480DDB; }
p { color: rgb(72,13,219); }
H1.HeaderClassName
{
color: #480DDB;
}
.AnyTagClassName
{
color: #480DDB;
}
</style>
background-color css
<style>
a { background-color: #480DDB; }
a { background-color: rgb(72,13,219); }
div.DivClassName
{
background-color: #480DDB;
}
.BgClassName
{
background-color: #480DDB;
}
</style>
border-color css
<style>
span { border-color: #480DDB; }
span { border-color: rgb(72,13,219); }
td.TdClassName
{
border-color: #480DDB;
}
.TagClassName
{
border-color: #480DDB;
}
</style>