Shades of Blue Violet #7617DA
Tints of Blue Violet #7617DA
RGB
CMYK
RGB Variations
Color information
#7617DA (or 0x7617DA) is known color: Blue Violet. HEX triplet: 76, 17 and DA. RGB value is (118,23,218). Sum of RGB (Red+Green+Blue) = 118+23+218=359 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.87% from 359); Green value is 23 (9.38% from 255 or 6.41% from 359); Blue value is 218 (85.55% from 255 or 60.72% from 359); Max value from RGB is 218 - color contains mainly: blue. Hex color #7617DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7617DA is #89E825. Grayscale: #484848. Windows color (decimal): -9037862 or 14292854. OLE color: 14292854.
HSL color Cylindrical-coordinate representation of color #7617DA: hue angle of 269.23º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7617DA is Cyan = 0.46, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 118 | 23 | 218 | - |
| CMYK | 0.46 | 0.89 | 0 | 0.15 |
| HSL | 269.23º | 0.81% | 0.47% | - |
| HSV(B) | 269.23º | 0.89% | 0.85% | - |
| XYZ | 20.43 | 9.53 | 67.09 | - |
| YUV | 73.64 | 209.47 | 159.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 23 | 218 | 0.46 | 0.89 | 0 | 0.15 | 269.23 | 0.81 | 0.47 |
| Hex | 76 | 17 | DA | 2E | 59 | 0 | F | 10D | 51 | 2F |
| Octal | 166 | 27 | 332 | 56 | 131 | 0 | 17 | 415 | 121 | 57 |
| Binary | 1110110 | 10111 | 11011010 | 101110 | 1011001 | 0 | 1111 | 100001101 | 1010001 | 101111 |
Color Harmonies of #7617DA
Complementary color
Monochromatic Colors of #7617DA
Black with #7617DA
Text Example
Text Example
White with #7617DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7617DA; }
p { color: rgb(118,23,218); }
H1.HeaderClassName
{
color: #7617DA;
}
.AnyTagClassName
{
color: #7617DA;
}
</style>
background-color css
<style>
a { background-color: #7617DA; }
a { background-color: rgb(118,23,218); }
div.DivClassName
{
background-color: #7617DA;
}
.BgClassName
{
background-color: #7617DA;
}
</style>
border-color css
<style>
span { border-color: #7617DA; }
span { border-color: rgb(118,23,218); }
td.TdClassName
{
border-color: #7617DA;
}
.TagClassName
{
border-color: #7617DA;
}
</style>