Shades of Dark Violet #7505CC
Tints of Dark Violet #7505CC
RGB
CMYK
RGB Variations
Color information
#7505CC (or 0x7505CC) is known color: Dark Violet. HEX triplet: 75, 05 and CC. RGB value is (117,5,204). Sum of RGB (Red+Green+Blue) = 117+5+204=326 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.89% from 326); Green value is 5 (2.34% from 255 or 1.53% from 326); Blue value is 204 (80.08% from 255 or 62.58% from 326); Max value from RGB is 204 - color contains mainly: blue. Hex color #7505CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7505CC is #8AFA33. Grayscale: #3C3C3C. Windows color (decimal): -9108020 or 13370741. OLE color: 13370741.
HSL color Cylindrical-coordinate representation of color #7505CC: hue angle of 273.77º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7505CC is Cyan = 0.43, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 117 | 5 | 204 | - |
| CMYK | 0.43 | 0.98 | 0 | 0.2 |
| HSL | 273.77º | 0.95% | 0.41% | - |
| HSV(B) | 273.77º | 0.98% | 0.8% | - |
| XYZ | 18.29 | 8.25 | 57.76 | - |
| YUV | 61.17 | 208.61 | 167.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 5 | 204 | 0.43 | 0.98 | 0 | 0.2 | 273.77 | 0.95 | 0.41 |
| Hex | 75 | 5 | CC | 2B | 62 | 0 | 14 | 112 | 5F | 29 |
| Octal | 165 | 5 | 314 | 53 | 142 | 0 | 24 | 422 | 137 | 51 |
| Binary | 1110101 | 101 | 11001100 | 101011 | 1100010 | 0 | 10100 | 100010010 | 1011111 | 101001 |
Color Harmonies of #7505CC
Complementary color
Monochromatic Colors of #7505CC
Black with #7505CC
Text Example
Text Example
White with #7505CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7505CC; }
p { color: rgb(117,5,204); }
H1.HeaderClassName
{
color: #7505CC;
}
.AnyTagClassName
{
color: #7505CC;
}
</style>
background-color css
<style>
a { background-color: #7505CC; }
a { background-color: rgb(117,5,204); }
div.DivClassName
{
background-color: #7505CC;
}
.BgClassName
{
background-color: #7505CC;
}
</style>
border-color css
<style>
span { border-color: #7505CC; }
span { border-color: rgb(117,5,204); }
td.TdClassName
{
border-color: #7505CC;
}
.TagClassName
{
border-color: #7505CC;
}
</style>