Shades of Dark Violet #7502DF
Tints of Dark Violet #7502DF
RGB
CMYK
RGB Variations
Color information
#7502DF (or 0x7502DF) is known color: Dark Violet. HEX triplet: 75, 02 and DF. RGB value is (117,2,223). Sum of RGB (Red+Green+Blue) = 117+2+223=342 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.21% from 342); Green value is 2 (1.17% from 255 or 0.58% from 342); Blue value is 223 (87.5% from 255 or 65.20% from 342); Max value from RGB is 223 - color contains mainly: blue. Hex color #7502DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7502DF is #8AFD20. Grayscale: #3C3C3C. Windows color (decimal): -9108769 or 14615157. OLE color: 14615157.
HSL color Cylindrical-coordinate representation of color #7502DF: hue angle of 271.22º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7502DF is Cyan = 0.48, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 2 | 223 | - |
| CMYK | 0.48 | 0.99 | 0 | 0.13 |
| HSL | 271.22º | 0.98% | 0.44% | - |
| HSV(B) | 271.22º | 0.99% | 0.87% | - |
| XYZ | 20.68 | 9.15 | 70.49 | - |
| YUV | 61.58 | 219.1 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 2 | 223 | 0.48 | 0.99 | 0 | 0.13 | 271.22 | 0.98 | 0.44 |
| Hex | 75 | 2 | DF | 30 | 63 | 0 | D | 10F | 62 | 2C |
| Octal | 165 | 2 | 337 | 60 | 143 | 0 | 15 | 417 | 142 | 54 |
| Binary | 1110101 | 10 | 11011111 | 110000 | 1100011 | 0 | 1101 | 100001111 | 1100010 | 101100 |
Color Harmonies of #7502DF
Complementary color
Monochromatic Colors of #7502DF
Black with #7502DF
Text Example
Text Example
White with #7502DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7502DF; }
p { color: rgb(117,2,223); }
H1.HeaderClassName
{
color: #7502DF;
}
.AnyTagClassName
{
color: #7502DF;
}
</style>
background-color css
<style>
a { background-color: #7502DF; }
a { background-color: rgb(117,2,223); }
div.DivClassName
{
background-color: #7502DF;
}
.BgClassName
{
background-color: #7502DF;
}
</style>
border-color css
<style>
span { border-color: #7502DF; }
span { border-color: rgb(117,2,223); }
td.TdClassName
{
border-color: #7502DF;
}
.TagClassName
{
border-color: #7502DF;
}
</style>