Shades of Dark Violet #7500CD
Tints of Dark Violet #7500CD
RGB
CMYK
RGB Variations
Color information
#7500CD (or 0x7500CD) is known color: Dark Violet. HEX triplet: 75, 00 and CD. RGB value is (117,0,205). Sum of RGB (Red+Green+Blue) = 117+0+205=322 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.34% from 322); Green value is 0 (0.39% from 255 or 0% from 322); Blue value is 205 (80.47% from 255 or 63.66% from 322); Max value from RGB is 205 - color contains mainly: blue. Hex color #7500CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7500CD is #8AFF32. Grayscale: #393939. Windows color (decimal): -9109299 or 13434997. OLE color: 13434997.
HSL color Cylindrical-coordinate representation of color #7500CD: hue angle of 274.24º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7500CD is Cyan = 0.43, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 117 | 0 | 205 | - |
| CMYK | 0.43 | 1 | 0 | 0.20 |
| HSL | 274.24º | 1% | 0.4% | - |
| HSV(B) | 274.24º | 1% | 0.8% | - |
| XYZ | 18.36 | 8.19 | 58.37 | - |
| YUV | 58.35 | 210.76 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 0 | 205 | 0.43 | 1 | 0 | 0.20 | 274.24 | 1 | 0.4 |
| Hex | 75 | 0 | CD | 2B | 64 | 0 | 14 | 112 | 64 | 28 |
| Octal | 165 | 0 | 315 | 53 | 144 | 0 | 24 | 422 | 144 | 50 |
| Binary | 1110101 | 0 | 11001101 | 101011 | 1100100 | 0 | 10100 | 100010010 | 1100100 | 101000 |
Color Harmonies of #7500CD
Complementary color
Monochromatic Colors of #7500CD
Black with #7500CD
Text Example
Text Example
White with #7500CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7500CD; }
p { color: rgb(117,0,205); }
H1.HeaderClassName
{
color: #7500CD;
}
.AnyTagClassName
{
color: #7500CD;
}
</style>
background-color css
<style>
a { background-color: #7500CD; }
a { background-color: rgb(117,0,205); }
div.DivClassName
{
background-color: #7500CD;
}
.BgClassName
{
background-color: #7500CD;
}
</style>
border-color css
<style>
span { border-color: #7500CD; }
span { border-color: rgb(117,0,205); }
td.TdClassName
{
border-color: #7500CD;
}
.TagClassName
{
border-color: #7500CD;
}
</style>