Shades of Dark Violet #7603DF
Tints of Dark Violet #7603DF
RGB
CMYK
RGB Variations
Color information
#7603DF (or 0x7603DF) is known color: Dark Violet. HEX triplet: 76, 03 and DF. RGB value is (118,3,223). Sum of RGB (Red+Green+Blue) = 118+3+223=344 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.30% from 344); Green value is 3 (1.56% from 255 or 0.87% from 344); Blue value is 223 (87.5% from 255 or 64.83% from 344); Max value from RGB is 223 - color contains mainly: blue. Hex color #7603DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7603DF is #89FC20. Grayscale: #3D3D3D. Windows color (decimal): -9042977 or 14615414. OLE color: 14615414.
HSL color Cylindrical-coordinate representation of color #7603DF: hue angle of 271.36º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7603DF is Cyan = 0.47, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 3 | 223 | - |
| CMYK | 0.47 | 0.99 | 0 | 0.13 |
| HSL | 271.36º | 0.97% | 0.44% | - |
| HSV(B) | 271.36º | 0.99% | 0.87% | - |
| XYZ | 20.82 | 9.24 | 70.5 | - |
| YUV | 62.47 | 218.6 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 3 | 223 | 0.47 | 0.99 | 0 | 0.13 | 271.36 | 0.97 | 0.44 |
| Hex | 76 | 3 | DF | 2F | 63 | 0 | D | 10F | 61 | 2C |
| Octal | 166 | 3 | 337 | 57 | 143 | 0 | 15 | 417 | 141 | 54 |
| Binary | 1110110 | 11 | 11011111 | 101111 | 1100011 | 0 | 1101 | 100001111 | 1100001 | 101100 |
Color Harmonies of #7603DF
Complementary color
Monochromatic Colors of #7603DF
Black with #7603DF
Text Example
Text Example
White with #7603DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7603DF; }
p { color: rgb(118,3,223); }
H1.HeaderClassName
{
color: #7603DF;
}
.AnyTagClassName
{
color: #7603DF;
}
</style>
background-color css
<style>
a { background-color: #7603DF; }
a { background-color: rgb(118,3,223); }
div.DivClassName
{
background-color: #7603DF;
}
.BgClassName
{
background-color: #7603DF;
}
</style>
border-color css
<style>
span { border-color: #7603DF; }
span { border-color: rgb(118,3,223); }
td.TdClassName
{
border-color: #7603DF;
}
.TagClassName
{
border-color: #7603DF;
}
</style>