Shades of Dark Violet #7501DF
Tints of Dark Violet #7501DF
RGB
CMYK
RGB Variations
Color information
#7501DF (or 0x7501DF) is known color: Dark Violet. HEX triplet: 75, 01 and DF. RGB value is (117,1,223). Sum of RGB (Red+Green+Blue) = 117+1+223=341 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.31% from 341); Green value is 1 (0.78% from 255 or 0.29% from 341); Blue value is 223 (87.5% from 255 or 65.40% from 341); Max value from RGB is 223 - color contains mainly: blue. Hex color #7501DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7501DF is #8AFE20. Grayscale: #3C3C3C. Windows color (decimal): -9109025 or 14614901. OLE color: 14614901.
HSL color Cylindrical-coordinate representation of color #7501DF: hue angle of 271.35º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7501DF is Cyan = 0.48, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 1 | 223 | - |
| CMYK | 0.48 | 1.00 | 0 | 0.13 |
| HSL | 271.35º | 0.99% | 0.44% | - |
| HSV(B) | 271.35º | 1% | 0.87% | - |
| XYZ | 20.67 | 9.13 | 70.49 | - |
| YUV | 60.99 | 219.43 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 1 | 223 | 0.48 | 1.00 | 0 | 0.13 | 271.35 | 0.99 | 0.44 |
| Hex | 75 | 1 | DF | 30 | 64 | 0 | D | 10F | 63 | 2C |
| Octal | 165 | 1 | 337 | 60 | 144 | 0 | 15 | 417 | 143 | 54 |
| Binary | 1110101 | 1 | 11011111 | 110000 | 1100100 | 0 | 1101 | 100001111 | 1100011 | 101100 |
Color Harmonies of #7501DF
Complementary color
Monochromatic Colors of #7501DF
Black with #7501DF
Text Example
Text Example
White with #7501DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7501DF; }
p { color: rgb(117,1,223); }
H1.HeaderClassName
{
color: #7501DF;
}
.AnyTagClassName
{
color: #7501DF;
}
</style>
background-color css
<style>
a { background-color: #7501DF; }
a { background-color: rgb(117,1,223); }
div.DivClassName
{
background-color: #7501DF;
}
.BgClassName
{
background-color: #7501DF;
}
</style>
border-color css
<style>
span { border-color: #7501DF; }
span { border-color: rgb(117,1,223); }
td.TdClassName
{
border-color: #7501DF;
}
.TagClassName
{
border-color: #7501DF;
}
</style>