Shades of Dark Violet #7502BB
Tints of Dark Violet #7502BB
RGB
CMYK
RGB Variations
Color information
#7502BB (or 0x7502BB) is known color: Dark Violet. HEX triplet: 75, 02 and BB. RGB value is (117,2,187). Sum of RGB (Red+Green+Blue) = 117+2+187=306 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.24% from 306); Green value is 2 (1.17% from 255 or 0.65% from 306); Blue value is 187 (73.44% from 255 or 61.11% from 306); Max value from RGB is 187 - color contains mainly: blue. Hex color #7502BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7502BB is #8AFD44. Grayscale: #383838. Windows color (decimal): -9108805 or 12255861. OLE color: 12255861.
HSL color Cylindrical-coordinate representation of color #7502BB: hue angle of 277.3º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7502BB is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 2 | 187 | - |
| CMYK | 0.37 | 0.99 | 0 | 0.27 |
| HSL | 277.3º | 0.98% | 0.37% | - |
| HSV(B) | 277.3º | 0.99% | 0.73% | - |
| XYZ | 16.33 | 7.41 | 47.58 | - |
| YUV | 57.48 | 201.1 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 2 | 187 | 0.37 | 0.99 | 0 | 0.27 | 277.3 | 0.98 | 0.37 |
| Hex | 75 | 2 | BB | 25 | 63 | 0 | 1B | 115 | 62 | 25 |
| Octal | 165 | 2 | 273 | 45 | 143 | 0 | 33 | 425 | 142 | 45 |
| Binary | 1110101 | 10 | 10111011 | 100101 | 1100011 | 0 | 11011 | 100010101 | 1100010 | 100101 |
Color Harmonies of #7502BB
Complementary color
Monochromatic Colors of #7502BB
Black with #7502BB
Text Example
Text Example
White with #7502BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7502BB; }
p { color: rgb(117,2,187); }
H1.HeaderClassName
{
color: #7502BB;
}
.AnyTagClassName
{
color: #7502BB;
}
</style>
background-color css
<style>
a { background-color: #7502BB; }
a { background-color: rgb(117,2,187); }
div.DivClassName
{
background-color: #7502BB;
}
.BgClassName
{
background-color: #7502BB;
}
</style>
border-color css
<style>
span { border-color: #7502BB; }
span { border-color: rgb(117,2,187); }
td.TdClassName
{
border-color: #7502BB;
}
.TagClassName
{
border-color: #7502BB;
}
</style>