Shades of Blue Violet #7615D5
Tints of Blue Violet #7615D5
RGB
CMYK
RGB Variations
Color information
#7615D5 (or 0x7615D5) is known color: Blue Violet. HEX triplet: 76, 15 and D5. RGB value is (118,21,213). Sum of RGB (Red+Green+Blue) = 118+21+213=352 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.52% from 352); Green value is 21 (8.59% from 255 or 5.97% from 352); Blue value is 213 (83.59% from 255 or 60.51% from 352); Max value from RGB is 213 - color contains mainly: blue. Hex color #7615D5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7615D5 is #89EA2A. Grayscale: #474747. Windows color (decimal): -9038379 or 13964662. OLE color: 13964662.
HSL color Cylindrical-coordinate representation of color #7615D5: hue angle of 270.31º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7615D5 is Cyan = 0.45, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 118 | 21 | 213 | - |
| CMYK | 0.45 | 0.90 | 0 | 0.16 |
| HSL | 270.31º | 0.82% | 0.46% | - |
| HSV(B) | 270.31º | 0.9% | 0.84% | - |
| XYZ | 19.75 | 9.19 | 63.68 | - |
| YUV | 71.89 | 207.64 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 21 | 213 | 0.45 | 0.90 | 0 | 0.16 | 270.31 | 0.82 | 0.46 |
| Hex | 76 | 15 | D5 | 2D | 5A | 0 | 10 | 10E | 52 | 2E |
| Octal | 166 | 25 | 325 | 55 | 132 | 0 | 20 | 416 | 122 | 56 |
| Binary | 1110110 | 10101 | 11010101 | 101101 | 1011010 | 0 | 10000 | 100001110 | 1010010 | 101110 |
Color Harmonies of #7615D5
Complementary color
Monochromatic Colors of #7615D5
Black with #7615D5
Text Example
Text Example
White with #7615D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7615D5; }
p { color: rgb(118,21,213); }
H1.HeaderClassName
{
color: #7615D5;
}
.AnyTagClassName
{
color: #7615D5;
}
</style>
background-color css
<style>
a { background-color: #7615D5; }
a { background-color: rgb(118,21,213); }
div.DivClassName
{
background-color: #7615D5;
}
.BgClassName
{
background-color: #7615D5;
}
</style>
border-color css
<style>
span { border-color: #7615D5; }
span { border-color: rgb(118,21,213); }
td.TdClassName
{
border-color: #7615D5;
}
.TagClassName
{
border-color: #7615D5;
}
</style>