Shades of Dark Violet #7500CE
Tints of Dark Violet #7500CE
RGB
CMYK
RGB Variations
Color information
#7500CE (or 0x7500CE) is known color: Dark Violet. HEX triplet: 75, 00 and CE. RGB value is (117,0,206). Sum of RGB (Red+Green+Blue) = 117+0+206=323 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.22% from 323); Green value is 0 (0.39% from 255 or 0% from 323); Blue value is 206 (80.86% from 255 or 63.78% from 323); Max value from RGB is 206 - color contains mainly: blue. Hex color #7500CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7500CE is #8AFF31. Grayscale: #393939. Windows color (decimal): -9109298 or 13500533. OLE color: 13500533.
HSL color Cylindrical-coordinate representation of color #7500CE: hue angle of 274.08º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7500CE is Cyan = 0.43, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 117 | 0 | 206 | - |
| CMYK | 0.43 | 1 | 0 | 0.19 |
| HSL | 274.08º | 1% | 0.4% | - |
| HSV(B) | 274.08º | 1% | 0.81% | - |
| XYZ | 18.48 | 8.24 | 59.01 | - |
| YUV | 58.47 | 211.26 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 0 | 206 | 0.43 | 1 | 0 | 0.19 | 274.08 | 1 | 0.4 |
| Hex | 75 | 0 | CE | 2B | 64 | 0 | 13 | 112 | 64 | 28 |
| Octal | 165 | 0 | 316 | 53 | 144 | 0 | 23 | 422 | 144 | 50 |
| Binary | 1110101 | 0 | 11001110 | 101011 | 1100100 | 0 | 10011 | 100010010 | 1100100 | 101000 |
Color Harmonies of #7500CE
Complementary color
Monochromatic Colors of #7500CE
Black with #7500CE
Text Example
Text Example
White with #7500CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7500CE; }
p { color: rgb(117,0,206); }
H1.HeaderClassName
{
color: #7500CE;
}
.AnyTagClassName
{
color: #7500CE;
}
</style>
background-color css
<style>
a { background-color: #7500CE; }
a { background-color: rgb(117,0,206); }
div.DivClassName
{
background-color: #7500CE;
}
.BgClassName
{
background-color: #7500CE;
}
</style>
border-color css
<style>
span { border-color: #7500CE; }
span { border-color: rgb(117,0,206); }
td.TdClassName
{
border-color: #7500CE;
}
.TagClassName
{
border-color: #7500CE;
}
</style>