Shades of Dark Violet #7505D3
Tints of Dark Violet #7505D3
RGB
CMYK
RGB Variations
Color information
#7505D3 (or 0x7505D3) is known color: Dark Violet. HEX triplet: 75, 05 and D3. RGB value is (117,5,211). Sum of RGB (Red+Green+Blue) = 117+5+211=333 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.14% from 333); Green value is 5 (2.34% from 255 or 1.50% from 333); Blue value is 211 (82.81% from 255 or 63.36% from 333); Max value from RGB is 211 - color contains mainly: blue. Hex color #7505D3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7505D3 is #8AFA2C. Grayscale: #3D3D3D. Windows color (decimal): -9108013 or 13829493. OLE color: 13829493.
HSL color Cylindrical-coordinate representation of color #7505D3: hue angle of 272.62º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7505D3 is Cyan = 0.45, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 117 | 5 | 211 | - |
| CMYK | 0.45 | 0.98 | 0 | 0.17 |
| HSL | 272.62º | 0.95% | 0.42% | - |
| HSV(B) | 272.62º | 0.98% | 0.83% | - |
| XYZ | 19.15 | 8.59 | 62.28 | - |
| YUV | 61.97 | 212.11 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 5 | 211 | 0.45 | 0.98 | 0 | 0.17 | 272.62 | 0.95 | 0.42 |
| Hex | 75 | 5 | D3 | 2D | 62 | 0 | 11 | 111 | 5F | 2A |
| Octal | 165 | 5 | 323 | 55 | 142 | 0 | 21 | 421 | 137 | 52 |
| Binary | 1110101 | 101 | 11010011 | 101101 | 1100010 | 0 | 10001 | 100010001 | 1011111 | 101010 |
Color Harmonies of #7505D3
Complementary color
Monochromatic Colors of #7505D3
Black with #7505D3
Text Example
Text Example
White with #7505D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7505D3; }
p { color: rgb(117,5,211); }
H1.HeaderClassName
{
color: #7505D3;
}
.AnyTagClassName
{
color: #7505D3;
}
</style>
background-color css
<style>
a { background-color: #7505D3; }
a { background-color: rgb(117,5,211); }
div.DivClassName
{
background-color: #7505D3;
}
.BgClassName
{
background-color: #7505D3;
}
</style>
border-color css
<style>
span { border-color: #7505D3; }
span { border-color: rgb(117,5,211); }
td.TdClassName
{
border-color: #7505D3;
}
.TagClassName
{
border-color: #7505D3;
}
</style>