Shades of Dark Violet #7500D3
Tints of Dark Violet #7500D3
RGB
CMYK
RGB Variations
Color information
#7500D3 (or 0x7500D3) is known color: Dark Violet. HEX triplet: 75, 00 and D3. RGB value is (117,0,211). Sum of RGB (Red+Green+Blue) = 117+0+211=328 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.67% from 328); Green value is 0 (0.39% from 255 or 0% from 328); Blue value is 211 (82.81% from 255 or 64.33% from 328); Max value from RGB is 211 - color contains mainly: blue. Hex color #7500D3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7500D3 is #8AFF2C. Grayscale: #3A3A3A. Windows color (decimal): -9109293 or 13828213. OLE color: 13828213.
HSL color Cylindrical-coordinate representation of color #7500D3: hue angle of 273.27º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7500D3 is Cyan = 0.45, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 117 | 0 | 211 | - |
| CMYK | 0.45 | 1 | 0 | 0.17 |
| HSL | 273.27º | 1% | 0.41% | - |
| HSV(B) | 273.27º | 1% | 0.83% | - |
| XYZ | 19.09 | 8.49 | 62.26 | - |
| YUV | 59.04 | 213.76 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 0 | 211 | 0.45 | 1 | 0 | 0.17 | 273.27 | 1 | 0.41 |
| Hex | 75 | 0 | D3 | 2D | 64 | 0 | 11 | 111 | 64 | 29 |
| Octal | 165 | 0 | 323 | 55 | 144 | 0 | 21 | 421 | 144 | 51 |
| Binary | 1110101 | 0 | 11010011 | 101101 | 1100100 | 0 | 10001 | 100010001 | 1100100 | 101001 |
Color Harmonies of #7500D3
Complementary color
Monochromatic Colors of #7500D3
Black with #7500D3
Text Example
Text Example
White with #7500D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7500D3; }
p { color: rgb(117,0,211); }
H1.HeaderClassName
{
color: #7500D3;
}
.AnyTagClassName
{
color: #7500D3;
}
</style>
background-color css
<style>
a { background-color: #7500D3; }
a { background-color: rgb(117,0,211); }
div.DivClassName
{
background-color: #7500D3;
}
.BgClassName
{
background-color: #7500D3;
}
</style>
border-color css
<style>
span { border-color: #7500D3; }
span { border-color: rgb(117,0,211); }
td.TdClassName
{
border-color: #7500D3;
}
.TagClassName
{
border-color: #7500D3;
}
</style>