Shades of Dark Violet #7500DE
Tints of Dark Violet #7500DE
RGB
CMYK
RGB Variations
Color information
#7500DE (or 0x7500DE) is known color: Dark Violet. HEX triplet: 75, 00 and DE. RGB value is (117,0,222). Sum of RGB (Red+Green+Blue) = 117+0+222=339 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.51% from 339); Green value is 0 (0.39% from 255 or 0% from 339); Blue value is 222 (87.11% from 255 or 65.49% from 339); Max value from RGB is 222 - color contains mainly: blue. Hex color #7500DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7500DE is #8AFF21. Grayscale: #3B3B3B. Windows color (decimal): -9109282 or 14549109. OLE color: 14549109.
HSL color Cylindrical-coordinate representation of color #7500DE: hue angle of 271.62º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7500DE is Cyan = 0.47, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 0 | 222 | - |
| CMYK | 0.47 | 1 | 0 | 0.13 |
| HSL | 271.62º | 1% | 0.44% | - |
| HSV(B) | 271.62º | 1% | 0.87% | - |
| XYZ | 20.52 | 9.06 | 69.77 | - |
| YUV | 60.29 | 219.26 | 168.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 0 | 222 | 0.47 | 1 | 0 | 0.13 | 271.62 | 1 | 0.44 |
| Hex | 75 | 0 | DE | 2F | 64 | 0 | D | 110 | 64 | 2C |
| Octal | 165 | 0 | 336 | 57 | 144 | 0 | 15 | 420 | 144 | 54 |
| Binary | 1110101 | 0 | 11011110 | 101111 | 1100100 | 0 | 1101 | 100010000 | 1100100 | 101100 |
Color Harmonies of #7500DE
Complementary color
Monochromatic Colors of #7500DE
Black with #7500DE
Text Example
Text Example
White with #7500DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7500DE; }
p { color: rgb(117,0,222); }
H1.HeaderClassName
{
color: #7500DE;
}
.AnyTagClassName
{
color: #7500DE;
}
</style>
background-color css
<style>
a { background-color: #7500DE; }
a { background-color: rgb(117,0,222); }
div.DivClassName
{
background-color: #7500DE;
}
.BgClassName
{
background-color: #7500DE;
}
</style>
border-color css
<style>
span { border-color: #7500DE; }
span { border-color: rgb(117,0,222); }
td.TdClassName
{
border-color: #7500DE;
}
.TagClassName
{
border-color: #7500DE;
}
</style>