Shades of Dark Violet #7603DB
Tints of Dark Violet #7603DB
RGB
CMYK
RGB Variations
Color information
#7603DB (or 0x7603DB) is known color: Dark Violet. HEX triplet: 76, 03 and DB. RGB value is (118,3,219). Sum of RGB (Red+Green+Blue) = 118+3+219=340 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.71% from 340); Green value is 3 (1.56% from 255 or 0.88% from 340); Blue value is 219 (85.94% from 255 or 64.41% from 340); Max value from RGB is 219 - color contains mainly: blue. Hex color #7603DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7603DB is #89FC24. Grayscale: #3D3D3D. Windows color (decimal): -9042981 or 14353270. OLE color: 14353270.
HSL color Cylindrical-coordinate representation of color #7603DB: hue angle of 271.94º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7603DB is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 3 | 219 | - |
| CMYK | 0.46 | 0.99 | 0 | 0.14 |
| HSL | 271.94º | 0.97% | 0.44% | - |
| HSV(B) | 271.94º | 0.99% | 0.86% | - |
| XYZ | 20.29 | 9.03 | 67.69 | - |
| YUV | 62.01 | 216.6 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 3 | 219 | 0.46 | 0.99 | 0 | 0.14 | 271.94 | 0.97 | 0.44 |
| Hex | 76 | 3 | DB | 2E | 63 | 0 | E | 110 | 61 | 2C |
| Octal | 166 | 3 | 333 | 56 | 143 | 0 | 16 | 420 | 141 | 54 |
| Binary | 1110110 | 11 | 11011011 | 101110 | 1100011 | 0 | 1110 | 100010000 | 1100001 | 101100 |
Color Harmonies of #7603DB
Complementary color
Monochromatic Colors of #7603DB
Black with #7603DB
Text Example
Text Example
White with #7603DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7603DB; }
p { color: rgb(118,3,219); }
H1.HeaderClassName
{
color: #7603DB;
}
.AnyTagClassName
{
color: #7603DB;
}
</style>
background-color css
<style>
a { background-color: #7603DB; }
a { background-color: rgb(118,3,219); }
div.DivClassName
{
background-color: #7603DB;
}
.BgClassName
{
background-color: #7603DB;
}
</style>
border-color css
<style>
span { border-color: #7603DB; }
span { border-color: rgb(118,3,219); }
td.TdClassName
{
border-color: #7603DB;
}
.TagClassName
{
border-color: #7603DB;
}
</style>