Shades of Han Purple #4813DB
Tints of Han Purple #4813DB
RGB
CMYK
RGB Variations
Color information
#4813DB (or 0x4813DB) is known color: Han Purple. HEX triplet: 48, 13 and DB. RGB value is (72,19,219). Sum of RGB (Red+Green+Blue) = 72+19+219=310 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.23% from 310); Green value is 19 (7.81% from 255 or 6.13% from 310); Blue value is 219 (85.94% from 255 or 70.65% from 310); Max value from RGB is 219 - color contains mainly: blue. Hex color #4813DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4813DB is #B7EC24. Grayscale: #383838. Windows color (decimal): -12053541 or 14357320. OLE color: 14357320.
HSL color Cylindrical-coordinate representation of color #4813DB: hue angle of 255.9º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4813DB is Cyan = 0.67, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 19 | 219 | - |
| CMYK | 0.67 | 0.91 | 0 | 0.14 |
| HSL | 255.9º | 0.84% | 0.47% | - |
| HSV(B) | 255.9º | 0.91% | 0.86% | - |
| XYZ | 15.69 | 6.96 | 67.53 | - |
| YUV | 57.65 | 219.06 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 19 | 219 | 0.67 | 0.91 | 0 | 0.14 | 255.9 | 0.84 | 0.47 |
| Hex | 48 | 13 | DB | 43 | 5B | 0 | E | 100 | 54 | 2F |
| Octal | 110 | 23 | 333 | 103 | 133 | 0 | 16 | 400 | 124 | 57 |
| Binary | 1001000 | 10011 | 11011011 | 1000011 | 1011011 | 0 | 1110 | 100000000 | 1010100 | 101111 |
Color Harmonies of #4813DB
Complementary color
Monochromatic Colors of #4813DB
Black with #4813DB
Text Example
Text Example
White with #4813DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4813DB; }
p { color: rgb(72,19,219); }
H1.HeaderClassName
{
color: #4813DB;
}
.AnyTagClassName
{
color: #4813DB;
}
</style>
background-color css
<style>
a { background-color: #4813DB; }
a { background-color: rgb(72,19,219); }
div.DivClassName
{
background-color: #4813DB;
}
.BgClassName
{
background-color: #4813DB;
}
</style>
border-color css
<style>
span { border-color: #4813DB; }
span { border-color: rgb(72,19,219); }
td.TdClassName
{
border-color: #4813DB;
}
.TagClassName
{
border-color: #4813DB;
}
</style>