Shades of Heliotrope #DB73FF
Tints of Heliotrope #DB73FF
RGB
CMYK
RGB Variations
Color information
#DB73FF (or 0xDB73FF) is known color: Heliotrope. HEX triplet: DB, 73 and FF. RGB value is (219,115,255). Sum of RGB (Red+Green+Blue) = 219+115+255=589 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.18% from 589); Green value is 115 (45.31% from 255 or 19.52% from 589); Blue value is 255 (100% from 255 or 43.29% from 589); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB73FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB73FF is #248C00. Grayscale: #A1A1A1. Windows color (decimal): -2395137 or 16741339. OLE color: 16741339.
HSL color Cylindrical-coordinate representation of color #DB73FF: hue angle of 284.57º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DB73FF is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 115 | 255 | - |
| CMYK | 0.14 | 0.55 | 0 | 0 |
| HSL | 284.57º | 1% | 0.73% | - |
| HSV(B) | 284.57º | 0.55% | 1% | - |
| XYZ | 53.39 | 34.54 | 98.46 | - |
| YUV | 162.06 | 180.46 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 115 | 255 | 0.14 | 0.55 | 0 | 0 | 284.57 | 1 | 0.73 |
| Hex | DB | 73 | FF | E | 37 | 0 | 0 | 11D | 64 | 49 |
| Octal | 333 | 163 | 377 | 16 | 67 | 0 | 0 | 435 | 144 | 111 |
| Binary | 11011011 | 1110011 | 11111111 | 1110 | 110111 | 0 | 0 | 100011101 | 1100100 | 1001001 |
Color Harmonies of #DB73FF
Complementary color
Monochromatic Colors of #DB73FF
Black with #DB73FF
Text Example
Text Example
White with #DB73FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB73FF; }
p { color: rgb(219,115,255); }
H1.HeaderClassName
{
color: #DB73FF;
}
.AnyTagClassName
{
color: #DB73FF;
}
</style>
background-color css
<style>
a { background-color: #DB73FF; }
a { background-color: rgb(219,115,255); }
div.DivClassName
{
background-color: #DB73FF;
}
.BgClassName
{
background-color: #DB73FF;
}
</style>
border-color css
<style>
span { border-color: #DB73FF; }
span { border-color: rgb(219,115,255); }
td.TdClassName
{
border-color: #DB73FF;
}
.TagClassName
{
border-color: #DB73FF;
}
</style>