Shades of Han Purple #4814DB
Tints of Han Purple #4814DB
RGB
CMYK
RGB Variations
Color information
#4814DB (or 0x4814DB) is known color: Han Purple. HEX triplet: 48, 14 and DB. RGB value is (72,20,219). Sum of RGB (Red+Green+Blue) = 72+20+219=311 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.15% from 311); Green value is 20 (8.20% from 255 or 6.43% from 311); Blue value is 219 (85.94% from 255 or 70.42% from 311); Max value from RGB is 219 - color contains mainly: blue. Hex color #4814DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4814DB is #B7EB24. Grayscale: #393939. Windows color (decimal): -12053285 or 14357576. OLE color: 14357576.
HSL color Cylindrical-coordinate representation of color #4814DB: hue angle of 255.68º degrees, saturation: 0.83, 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 #4814DB is Cyan = 0.67, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 20 | 219 | - |
| CMYK | 0.67 | 0.91 | 0 | 0.14 |
| HSL | 255.68º | 0.83% | 0.47% | - |
| HSV(B) | 255.68º | 0.91% | 0.86% | - |
| XYZ | 15.71 | 6.99 | 67.54 | - |
| YUV | 58.23 | 218.73 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 20 | 219 | 0.67 | 0.91 | 0 | 0.14 | 255.68 | 0.83 | 0.47 |
| Hex | 48 | 14 | DB | 43 | 5B | 0 | E | 100 | 53 | 2F |
| Octal | 110 | 24 | 333 | 103 | 133 | 0 | 16 | 400 | 123 | 57 |
| Binary | 1001000 | 10100 | 11011011 | 1000011 | 1011011 | 0 | 1110 | 100000000 | 1010011 | 101111 |
Color Harmonies of #4814DB
Complementary color
Monochromatic Colors of #4814DB
Black with #4814DB
Text Example
Text Example
White with #4814DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4814DB; }
p { color: rgb(72,20,219); }
H1.HeaderClassName
{
color: #4814DB;
}
.AnyTagClassName
{
color: #4814DB;
}
</style>
background-color css
<style>
a { background-color: #4814DB; }
a { background-color: rgb(72,20,219); }
div.DivClassName
{
background-color: #4814DB;
}
.BgClassName
{
background-color: #4814DB;
}
</style>
border-color css
<style>
span { border-color: #4814DB; }
span { border-color: rgb(72,20,219); }
td.TdClassName
{
border-color: #4814DB;
}
.TagClassName
{
border-color: #4814DB;
}
</style>