Shades of Blue Violet #762ADB
Tints of Blue Violet #762ADB
RGB
CMYK
RGB Variations
Color information
#762ADB (or 0x762ADB) is known color: Blue Violet. HEX triplet: 76, 2A and DB. RGB value is (118,42,219). Sum of RGB (Red+Green+Blue) = 118+42+219=379 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.13% from 379); Green value is 42 (16.80% from 255 or 11.08% from 379); Blue value is 219 (85.94% from 255 or 57.78% from 379); Max value from RGB is 219 - color contains mainly: blue. Hex color #762ADB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762ADB is #89D524. Grayscale: #545454. Windows color (decimal): -9032997 or 14363254. OLE color: 14363254.
HSL color Cylindrical-coordinate representation of color #762ADB: hue angle of 265.76º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #762ADB is Cyan = 0.46, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 42 | 219 | - |
| CMYK | 0.46 | 0.81 | 0 | 0.14 |
| HSL | 265.76º | 0.71% | 0.51% | - |
| HSV(B) | 265.76º | 0.81% | 0.86% | - |
| XYZ | 21.09 | 10.62 | 67.96 | - |
| YUV | 84.9 | 203.68 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 42 | 219 | 0.46 | 0.81 | 0 | 0.14 | 265.76 | 0.71 | 0.51 |
| Hex | 76 | 2A | DB | 2E | 51 | 0 | E | 10A | 47 | 33 |
| Octal | 166 | 52 | 333 | 56 | 121 | 0 | 16 | 412 | 107 | 63 |
| Binary | 1110110 | 101010 | 11011011 | 101110 | 1010001 | 0 | 1110 | 100001010 | 1000111 | 110011 |
Color Harmonies of #762ADB
Complementary color
Monochromatic Colors of #762ADB
Black with #762ADB
Text Example
Text Example
White with #762ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762ADB; }
p { color: rgb(118,42,219); }
H1.HeaderClassName
{
color: #762ADB;
}
.AnyTagClassName
{
color: #762ADB;
}
</style>
background-color css
<style>
a { background-color: #762ADB; }
a { background-color: rgb(118,42,219); }
div.DivClassName
{
background-color: #762ADB;
}
.BgClassName
{
background-color: #762ADB;
}
</style>
border-color css
<style>
span { border-color: #762ADB; }
span { border-color: rgb(118,42,219); }
td.TdClassName
{
border-color: #762ADB;
}
.TagClassName
{
border-color: #762ADB;
}
</style>