Shades of Han Purple #4805DB
Tints of Han Purple #4805DB
RGB
CMYK
RGB Variations
Color information
#4805DB (or 0x4805DB) is known color: Han Purple. HEX triplet: 48, 05 and DB. RGB value is (72,5,219). Sum of RGB (Red+Green+Blue) = 72+5+219=296 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.32% from 296); Green value is 5 (2.34% from 255 or 1.69% from 296); Blue value is 219 (85.94% from 255 or 73.99% from 296); Max value from RGB is 219 - color contains mainly: blue. Hex color #4805DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4805DB is #B7FA24. Grayscale: #303030. Windows color (decimal): -12057125 or 14353736. OLE color: 14353736.
HSL color Cylindrical-coordinate representation of color #4805DB: hue angle of 258.79º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4805DB is Cyan = 0.67, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 5 | 219 | - |
| CMYK | 0.67 | 0.98 | 0 | 0.14 |
| HSL | 258.79º | 0.96% | 0.44% | - |
| HSV(B) | 258.79º | 0.98% | 0.86% | - |
| XYZ | 15.51 | 6.6 | 67.47 | - |
| YUV | 49.43 | 223.7 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 5 | 219 | 0.67 | 0.98 | 0 | 0.14 | 258.79 | 0.96 | 0.44 |
| Hex | 48 | 5 | DB | 43 | 62 | 0 | E | 103 | 60 | 2C |
| Octal | 110 | 5 | 333 | 103 | 142 | 0 | 16 | 403 | 140 | 54 |
| Binary | 1001000 | 101 | 11011011 | 1000011 | 1100010 | 0 | 1110 | 100000011 | 1100000 | 101100 |
Color Harmonies of #4805DB
Complementary color
Monochromatic Colors of #4805DB
Black with #4805DB
Text Example
Text Example
White with #4805DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4805DB; }
p { color: rgb(72,5,219); }
H1.HeaderClassName
{
color: #4805DB;
}
.AnyTagClassName
{
color: #4805DB;
}
</style>
background-color css
<style>
a { background-color: #4805DB; }
a { background-color: rgb(72,5,219); }
div.DivClassName
{
background-color: #4805DB;
}
.BgClassName
{
background-color: #4805DB;
}
</style>
border-color css
<style>
span { border-color: #4805DB; }
span { border-color: rgb(72,5,219); }
td.TdClassName
{
border-color: #4805DB;
}
.TagClassName
{
border-color: #4805DB;
}
</style>