Shades of Dark Violet #7501BC
Tints of Dark Violet #7501BC
RGB
CMYK
RGB Variations
Color information
#7501BC (or 0x7501BC) is known color: Dark Violet. HEX triplet: 75, 01 and BC. RGB value is (117,1,188). Sum of RGB (Red+Green+Blue) = 117+1+188=306 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.24% from 306); Green value is 1 (0.78% from 255 or 0.33% from 306); Blue value is 188 (73.83% from 255 or 61.44% from 306); Max value from RGB is 188 - color contains mainly: blue. Hex color #7501BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7501BC is #8AFE43. Grayscale: #383838. Windows color (decimal): -9109060 or 12321141. OLE color: 12321141.
HSL color Cylindrical-coordinate representation of color #7501BC: hue angle of 277.22º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7501BC is Cyan = 0.38, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 117 | 1 | 188 | - |
| CMYK | 0.38 | 0.99 | 0 | 0.26 |
| HSL | 277.22º | 0.99% | 0.37% | - |
| HSV(B) | 277.22º | 0.99% | 0.74% | - |
| XYZ | 16.42 | 7.43 | 48.15 | - |
| YUV | 57 | 201.93 | 170.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 1 | 188 | 0.38 | 0.99 | 0 | 0.26 | 277.22 | 0.99 | 0.37 |
| Hex | 75 | 1 | BC | 26 | 63 | 0 | 1A | 115 | 63 | 25 |
| Octal | 165 | 1 | 274 | 46 | 143 | 0 | 32 | 425 | 143 | 45 |
| Binary | 1110101 | 1 | 10111100 | 100110 | 1100011 | 0 | 11010 | 100010101 | 1100011 | 100101 |
Color Harmonies of #7501BC
Complementary color
Monochromatic Colors of #7501BC
Black with #7501BC
Text Example
Text Example
White with #7501BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7501BC; }
p { color: rgb(117,1,188); }
H1.HeaderClassName
{
color: #7501BC;
}
.AnyTagClassName
{
color: #7501BC;
}
</style>
background-color css
<style>
a { background-color: #7501BC; }
a { background-color: rgb(117,1,188); }
div.DivClassName
{
background-color: #7501BC;
}
.BgClassName
{
background-color: #7501BC;
}
</style>
border-color css
<style>
span { border-color: #7501BC; }
span { border-color: rgb(117,1,188); }
td.TdClassName
{
border-color: #7501BC;
}
.TagClassName
{
border-color: #7501BC;
}
</style>