Shades of Dark Violet #7503DF
Tints of Dark Violet #7503DF
RGB
CMYK
RGB Variations
Color information
#7503DF (or 0x7503DF) is known color: Dark Violet. HEX triplet: 75, 03 and DF. RGB value is (117,3,223). Sum of RGB (Red+Green+Blue) = 117+3+223=343 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.11% from 343); Green value is 3 (1.56% from 255 or 0.87% from 343); Blue value is 223 (87.5% from 255 or 65.01% from 343); Max value from RGB is 223 - color contains mainly: blue. Hex color #7503DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7503DF is #8AFC20. Grayscale: #3D3D3D. Windows color (decimal): -9108513 or 14615413. OLE color: 14615413.
HSL color Cylindrical-coordinate representation of color #7503DF: hue angle of 271.09º degrees, saturation: 0.97, 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 #7503DF is Cyan = 0.48, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 3 | 223 | - |
| CMYK | 0.48 | 0.99 | 0 | 0.13 |
| HSL | 271.09º | 0.97% | 0.44% | - |
| HSV(B) | 271.09º | 0.99% | 0.87% | - |
| XYZ | 20.69 | 9.17 | 70.49 | - |
| YUV | 62.17 | 218.77 | 167.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 3 | 223 | 0.48 | 0.99 | 0 | 0.13 | 271.09 | 0.97 | 0.44 |
| Hex | 75 | 3 | DF | 30 | 63 | 0 | D | 10F | 61 | 2C |
| Octal | 165 | 3 | 337 | 60 | 143 | 0 | 15 | 417 | 141 | 54 |
| Binary | 1110101 | 11 | 11011111 | 110000 | 1100011 | 0 | 1101 | 100001111 | 1100001 | 101100 |
Color Harmonies of #7503DF
Complementary color
Monochromatic Colors of #7503DF
Black with #7503DF
Text Example
Text Example
White with #7503DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7503DF; }
p { color: rgb(117,3,223); }
H1.HeaderClassName
{
color: #7503DF;
}
.AnyTagClassName
{
color: #7503DF;
}
</style>
background-color css
<style>
a { background-color: #7503DF; }
a { background-color: rgb(117,3,223); }
div.DivClassName
{
background-color: #7503DF;
}
.BgClassName
{
background-color: #7503DF;
}
</style>
border-color css
<style>
span { border-color: #7503DF; }
span { border-color: rgb(117,3,223); }
td.TdClassName
{
border-color: #7503DF;
}
.TagClassName
{
border-color: #7503DF;
}
</style>