Shades of Dark Violet #7501CE
Tints of Dark Violet #7501CE
RGB
CMYK
RGB Variations
Color information
#7501CE (or 0x7501CE) is known color: Dark Violet. HEX triplet: 75, 01 and CE. RGB value is (117,1,206). Sum of RGB (Red+Green+Blue) = 117+1+206=324 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.11% from 324); Green value is 1 (0.78% from 255 or 0.31% from 324); Blue value is 206 (80.86% from 255 or 63.58% from 324); Max value from RGB is 206 - color contains mainly: blue. Hex color #7501CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7501CE is #8AFE31. Grayscale: #3A3A3A. Windows color (decimal): -9109042 or 13500789. OLE color: 13500789.
HSL color Cylindrical-coordinate representation of color #7501CE: hue angle of 273.95º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7501CE is Cyan = 0.43, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 117 | 1 | 206 | - |
| CMYK | 0.43 | 1.00 | 0 | 0.19 |
| HSL | 273.95º | 0.99% | 0.41% | - |
| HSV(B) | 273.95º | 1% | 0.81% | - |
| XYZ | 18.49 | 8.26 | 59.01 | - |
| YUV | 59.05 | 210.93 | 169.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 1 | 206 | 0.43 | 1.00 | 0 | 0.19 | 273.95 | 0.99 | 0.41 |
| Hex | 75 | 1 | CE | 2B | 64 | 0 | 13 | 112 | 63 | 29 |
| Octal | 165 | 1 | 316 | 53 | 144 | 0 | 23 | 422 | 143 | 51 |
| Binary | 1110101 | 1 | 11001110 | 101011 | 1100100 | 0 | 10011 | 100010010 | 1100011 | 101001 |
Color Harmonies of #7501CE
Complementary color
Monochromatic Colors of #7501CE
Black with #7501CE
Text Example
Text Example
White with #7501CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7501CE; }
p { color: rgb(117,1,206); }
H1.HeaderClassName
{
color: #7501CE;
}
.AnyTagClassName
{
color: #7501CE;
}
</style>
background-color css
<style>
a { background-color: #7501CE; }
a { background-color: rgb(117,1,206); }
div.DivClassName
{
background-color: #7501CE;
}
.BgClassName
{
background-color: #7501CE;
}
</style>
border-color css
<style>
span { border-color: #7501CE; }
span { border-color: rgb(117,1,206); }
td.TdClassName
{
border-color: #7501CE;
}
.TagClassName
{
border-color: #7501CE;
}
</style>