Shades of Blue Violet #762ADA
Tints of Blue Violet #762ADA
RGB
CMYK
RGB Variations
Color information
#762ADA (or 0x762ADA) is known color: Blue Violet. HEX triplet: 76, 2A and DA. RGB value is (118,42,218). Sum of RGB (Red+Green+Blue) = 118+42+218=378 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.22% from 378); Green value is 42 (16.80% from 255 or 11.11% from 378); Blue value is 218 (85.55% from 255 or 57.67% from 378); Max value from RGB is 218 - color contains mainly: blue. Hex color #762ADA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762ADA is #89D525. Grayscale: #545454. Windows color (decimal): -9032998 or 14297718. OLE color: 14297718.
HSL color Cylindrical-coordinate representation of color #762ADA: hue angle of 265.91º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #762ADA is Cyan = 0.46, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 118 | 42 | 218 | - |
| CMYK | 0.46 | 0.81 | 0 | 0.15 |
| HSL | 265.91º | 0.7% | 0.51% | - |
| HSV(B) | 265.91º | 0.81% | 0.85% | - |
| XYZ | 20.95 | 10.57 | 67.27 | - |
| YUV | 84.79 | 203.18 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 42 | 218 | 0.46 | 0.81 | 0 | 0.15 | 265.91 | 0.7 | 0.51 |
| Hex | 76 | 2A | DA | 2E | 51 | 0 | F | 10A | 46 | 33 |
| Octal | 166 | 52 | 332 | 56 | 121 | 0 | 17 | 412 | 106 | 63 |
| Binary | 1110110 | 101010 | 11011010 | 101110 | 1010001 | 0 | 1111 | 100001010 | 1000110 | 110011 |
Color Harmonies of #762ADA
Complementary color
Monochromatic Colors of #762ADA
Black with #762ADA
Text Example
Text Example
White with #762ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762ADA; }
p { color: rgb(118,42,218); }
H1.HeaderClassName
{
color: #762ADA;
}
.AnyTagClassName
{
color: #762ADA;
}
</style>
background-color css
<style>
a { background-color: #762ADA; }
a { background-color: rgb(118,42,218); }
div.DivClassName
{
background-color: #762ADA;
}
.BgClassName
{
background-color: #762ADA;
}
</style>
border-color css
<style>
span { border-color: #762ADA; }
span { border-color: rgb(118,42,218); }
td.TdClassName
{
border-color: #762ADA;
}
.TagClassName
{
border-color: #762ADA;
}
</style>