Shades of Dark Violet #7502CC
Tints of Dark Violet #7502CC
RGB
CMYK
RGB Variations
Color information
#7502CC (or 0x7502CC) is known color: Dark Violet. HEX triplet: 75, 02 and CC. RGB value is (117,2,204). Sum of RGB (Red+Green+Blue) = 117+2+204=323 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.22% from 323); Green value is 2 (1.17% from 255 or 0.62% from 323); Blue value is 204 (80.08% from 255 or 63.16% from 323); Max value from RGB is 204 - color contains mainly: blue. Hex color #7502CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7502CC is #8AFD33. Grayscale: #3A3A3A. Windows color (decimal): -9108788 or 13369973. OLE color: 13369973.
HSL color Cylindrical-coordinate representation of color #7502CC: hue angle of 274.16º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7502CC is Cyan = 0.43, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 117 | 2 | 204 | - |
| CMYK | 0.43 | 0.99 | 0 | 0.2 |
| HSL | 274.16º | 0.98% | 0.4% | - |
| HSV(B) | 274.16º | 0.99% | 0.8% | - |
| XYZ | 18.26 | 8.18 | 57.74 | - |
| YUV | 59.41 | 209.6 | 169.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 2 | 204 | 0.43 | 0.99 | 0 | 0.2 | 274.16 | 0.98 | 0.4 |
| Hex | 75 | 2 | CC | 2B | 63 | 0 | 14 | 112 | 62 | 28 |
| Octal | 165 | 2 | 314 | 53 | 143 | 0 | 24 | 422 | 142 | 50 |
| Binary | 1110101 | 10 | 11001100 | 101011 | 1100011 | 0 | 10100 | 100010010 | 1100010 | 101000 |
Color Harmonies of #7502CC
Complementary color
Monochromatic Colors of #7502CC
Black with #7502CC
Text Example
Text Example
White with #7502CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7502CC; }
p { color: rgb(117,2,204); }
H1.HeaderClassName
{
color: #7502CC;
}
.AnyTagClassName
{
color: #7502CC;
}
</style>
background-color css
<style>
a { background-color: #7502CC; }
a { background-color: rgb(117,2,204); }
div.DivClassName
{
background-color: #7502CC;
}
.BgClassName
{
background-color: #7502CC;
}
</style>
border-color css
<style>
span { border-color: #7502CC; }
span { border-color: rgb(117,2,204); }
td.TdClassName
{
border-color: #7502CC;
}
.TagClassName
{
border-color: #7502CC;
}
</style>