Shades of Blue Violet #761CDA
Tints of Blue Violet #761CDA
RGB
CMYK
RGB Variations
Color information
#761CDA (or 0x761CDA) is known color: Blue Violet. HEX triplet: 76, 1C and DA. RGB value is (118,28,218). Sum of RGB (Red+Green+Blue) = 118+28+218=364 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.42% from 364); Green value is 28 (11.33% from 255 or 7.69% from 364); Blue value is 218 (85.55% from 255 or 59.89% from 364); Max value from RGB is 218 - color contains mainly: blue. Hex color #761CDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #761CDA is #89E325. Grayscale: #4B4B4B. Windows color (decimal): -9036582 or 14294134. OLE color: 14294134.
HSL color Cylindrical-coordinate representation of color #761CDA: hue angle of 268.42º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #761CDA is Cyan = 0.46, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 118 | 28 | 218 | - |
| CMYK | 0.46 | 0.87 | 0 | 0.15 |
| HSL | 268.42º | 0.77% | 0.48% | - |
| HSV(B) | 268.42º | 0.87% | 0.85% | - |
| XYZ | 20.54 | 9.74 | 67.13 | - |
| YUV | 76.57 | 207.82 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 28 | 218 | 0.46 | 0.87 | 0 | 0.15 | 268.42 | 0.77 | 0.48 |
| Hex | 76 | 1C | DA | 2E | 57 | 0 | F | 10C | 4D | 30 |
| Octal | 166 | 34 | 332 | 56 | 127 | 0 | 17 | 414 | 115 | 60 |
| Binary | 1110110 | 11100 | 11011010 | 101110 | 1010111 | 0 | 1111 | 100001100 | 1001101 | 110000 |
Color Harmonies of #761CDA
Complementary color
Monochromatic Colors of #761CDA
Black with #761CDA
Text Example
Text Example
White with #761CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761CDA; }
p { color: rgb(118,28,218); }
H1.HeaderClassName
{
color: #761CDA;
}
.AnyTagClassName
{
color: #761CDA;
}
</style>
background-color css
<style>
a { background-color: #761CDA; }
a { background-color: rgb(118,28,218); }
div.DivClassName
{
background-color: #761CDA;
}
.BgClassName
{
background-color: #761CDA;
}
</style>
border-color css
<style>
span { border-color: #761CDA; }
span { border-color: rgb(118,28,218); }
td.TdClassName
{
border-color: #761CDA;
}
.TagClassName
{
border-color: #761CDA;
}
</style>