Shades of Dark Violet #7603D6
Tints of Dark Violet #7603D6
RGB
CMYK
RGB Variations
Color information
#7603D6 (or 0x7603D6) is known color: Dark Violet. HEX triplet: 76, 03 and D6. RGB value is (118,3,214). Sum of RGB (Red+Green+Blue) = 118+3+214=335 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.22% from 335); Green value is 3 (1.56% from 255 or 0.90% from 335); Blue value is 214 (83.98% from 255 or 63.88% from 335); Max value from RGB is 214 - color contains mainly: blue. Hex color #7603D6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7603D6 is #89FC29. Grayscale: #3C3C3C. Windows color (decimal): -9042986 or 14025590. OLE color: 14025590.
HSL color Cylindrical-coordinate representation of color #7603D6: hue angle of 272.7º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7603D6 is Cyan = 0.45, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 118 | 3 | 214 | - |
| CMYK | 0.45 | 0.99 | 0 | 0.16 |
| HSL | 272.7º | 0.97% | 0.43% | - |
| HSV(B) | 272.7º | 0.99% | 0.84% | - |
| XYZ | 19.64 | 8.77 | 64.28 | - |
| YUV | 61.44 | 214.1 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 3 | 214 | 0.45 | 0.99 | 0 | 0.16 | 272.7 | 0.97 | 0.43 |
| Hex | 76 | 3 | D6 | 2D | 63 | 0 | 10 | 111 | 61 | 2B |
| Octal | 166 | 3 | 326 | 55 | 143 | 0 | 20 | 421 | 141 | 53 |
| Binary | 1110110 | 11 | 11010110 | 101101 | 1100011 | 0 | 10000 | 100010001 | 1100001 | 101011 |
Color Harmonies of #7603D6
Complementary color
Monochromatic Colors of #7603D6
Black with #7603D6
Text Example
Text Example
White with #7603D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7603D6; }
p { color: rgb(118,3,214); }
H1.HeaderClassName
{
color: #7603D6;
}
.AnyTagClassName
{
color: #7603D6;
}
</style>
background-color css
<style>
a { background-color: #7603D6; }
a { background-color: rgb(118,3,214); }
div.DivClassName
{
background-color: #7603D6;
}
.BgClassName
{
background-color: #7603D6;
}
</style>
border-color css
<style>
span { border-color: #7603D6; }
span { border-color: rgb(118,3,214); }
td.TdClassName
{
border-color: #7603D6;
}
.TagClassName
{
border-color: #7603D6;
}
</style>