Shades of Blue Violet #7615D0
Tints of Blue Violet #7615D0
RGB
CMYK
RGB Variations
Color information
#7615D0 (or 0x7615D0) is known color: Blue Violet. HEX triplet: 76, 15 and D0. RGB value is (118,21,208). Sum of RGB (Red+Green+Blue) = 118+21+208=347 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.01% from 347); Green value is 21 (8.59% from 255 or 6.05% from 347); Blue value is 208 (81.64% from 255 or 59.94% from 347); Max value from RGB is 208 - color contains mainly: blue. Hex color #7615D0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7615D0 is #89EA2F. Grayscale: #464646. Windows color (decimal): -9038384 or 13636982. OLE color: 13636982.
HSL color Cylindrical-coordinate representation of color #7615D0: hue angle of 271.12º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7615D0 is Cyan = 0.43, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 118 | 21 | 208 | - |
| CMYK | 0.43 | 0.90 | 0 | 0.18 |
| HSL | 271.12º | 0.82% | 0.45% | - |
| HSV(B) | 271.12º | 0.9% | 0.82% | - |
| XYZ | 19.12 | 8.94 | 60.39 | - |
| YUV | 71.32 | 205.14 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 21 | 208 | 0.43 | 0.90 | 0 | 0.18 | 271.12 | 0.82 | 0.45 |
| Hex | 76 | 15 | D0 | 2B | 5A | 0 | 12 | 10F | 52 | 2D |
| Octal | 166 | 25 | 320 | 53 | 132 | 0 | 22 | 417 | 122 | 55 |
| Binary | 1110110 | 10101 | 11010000 | 101011 | 1011010 | 0 | 10010 | 100001111 | 1010010 | 101101 |
Color Harmonies of #7615D0
Complementary color
Monochromatic Colors of #7615D0
Black with #7615D0
Text Example
Text Example
White with #7615D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7615D0; }
p { color: rgb(118,21,208); }
H1.HeaderClassName
{
color: #7615D0;
}
.AnyTagClassName
{
color: #7615D0;
}
</style>
background-color css
<style>
a { background-color: #7615D0; }
a { background-color: rgb(118,21,208); }
div.DivClassName
{
background-color: #7615D0;
}
.BgClassName
{
background-color: #7615D0;
}
</style>
border-color css
<style>
span { border-color: #7615D0; }
span { border-color: rgb(118,21,208); }
td.TdClassName
{
border-color: #7615D0;
}
.TagClassName
{
border-color: #7615D0;
}
</style>