Shades of Han Purple #4834DB
Tints of Han Purple #4834DB
RGB
CMYK
RGB Variations
Color information
#4834DB (or 0x4834DB) is known color: Han Purple. HEX triplet: 48, 34 and DB. RGB value is (72,52,219). Sum of RGB (Red+Green+Blue) = 72+52+219=343 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.99% from 343); Green value is 52 (20.70% from 255 or 15.16% from 343); Blue value is 219 (85.94% from 255 or 63.85% from 343); Max value from RGB is 219 - color contains mainly: blue. Hex color #4834DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4834DB is #B7CB24. Grayscale: #4C4C4C. Windows color (decimal): -12045093 or 14365768. OLE color: 14365768.
HSL color Cylindrical-coordinate representation of color #4834DB: hue angle of 247.19º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4834DB is Cyan = 0.67, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 52 | 219 | - |
| CMYK | 0.67 | 0.76 | 0 | 0.14 |
| HSL | 247.19º | 0.7% | 0.53% | - |
| HSV(B) | 247.19º | 0.76% | 0.86% | - |
| XYZ | 16.69 | 8.95 | 67.87 | - |
| YUV | 77.02 | 208.13 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 52 | 219 | 0.67 | 0.76 | 0 | 0.14 | 247.19 | 0.7 | 0.53 |
| Hex | 48 | 34 | DB | 43 | 4C | 0 | E | F7 | 46 | 35 |
| Octal | 110 | 64 | 333 | 103 | 114 | 0 | 16 | 367 | 106 | 65 |
| Binary | 1001000 | 110100 | 11011011 | 1000011 | 1001100 | 0 | 1110 | 11110111 | 1000110 | 110101 |
Color Harmonies of #4834DB
Complementary color
Monochromatic Colors of #4834DB
Black with #4834DB
Text Example
Text Example
White with #4834DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4834DB; }
p { color: rgb(72,52,219); }
H1.HeaderClassName
{
color: #4834DB;
}
.AnyTagClassName
{
color: #4834DB;
}
</style>
background-color css
<style>
a { background-color: #4834DB; }
a { background-color: rgb(72,52,219); }
div.DivClassName
{
background-color: #4834DB;
}
.BgClassName
{
background-color: #4834DB;
}
</style>
border-color css
<style>
span { border-color: #4834DB; }
span { border-color: rgb(72,52,219); }
td.TdClassName
{
border-color: #4834DB;
}
.TagClassName
{
border-color: #4834DB;
}
</style>