Shades of Blue Violet #762BDA
Tints of Blue Violet #762BDA
RGB
CMYK
RGB Variations
Color information
#762BDA (or 0x762BDA) is known color: Blue Violet. HEX triplet: 76, 2B and DA. RGB value is (118,43,218). Sum of RGB (Red+Green+Blue) = 118+43+218=379 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.13% from 379); Green value is 43 (17.19% from 255 or 11.35% from 379); Blue value is 218 (85.55% from 255 or 57.52% from 379); Max value from RGB is 218 - color contains mainly: blue. Hex color #762BDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762BDA is #89D425. Grayscale: #545454. Windows color (decimal): -9032742 or 14297974. OLE color: 14297974.
HSL color Cylindrical-coordinate representation of color #762BDA: hue angle of 265.71º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #762BDA is Cyan = 0.46, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 118 | 43 | 218 | - |
| CMYK | 0.46 | 0.80 | 0 | 0.15 |
| HSL | 265.71º | 0.7% | 0.51% | - |
| HSV(B) | 265.71º | 0.8% | 0.85% | - |
| XYZ | 20.99 | 10.64 | 67.28 | - |
| YUV | 85.38 | 202.85 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 43 | 218 | 0.46 | 0.80 | 0 | 0.15 | 265.71 | 0.7 | 0.51 |
| Hex | 76 | 2B | DA | 2E | 50 | 0 | F | 10A | 46 | 33 |
| Octal | 166 | 53 | 332 | 56 | 120 | 0 | 17 | 412 | 106 | 63 |
| Binary | 1110110 | 101011 | 11011010 | 101110 | 1010000 | 0 | 1111 | 100001010 | 1000110 | 110011 |
Color Harmonies of #762BDA
Complementary color
Monochromatic Colors of #762BDA
Black with #762BDA
Text Example
Text Example
White with #762BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762BDA; }
p { color: rgb(118,43,218); }
H1.HeaderClassName
{
color: #762BDA;
}
.AnyTagClassName
{
color: #762BDA;
}
</style>
background-color css
<style>
a { background-color: #762BDA; }
a { background-color: rgb(118,43,218); }
div.DivClassName
{
background-color: #762BDA;
}
.BgClassName
{
background-color: #762BDA;
}
</style>
border-color css
<style>
span { border-color: #762BDA; }
span { border-color: rgb(118,43,218); }
td.TdClassName
{
border-color: #762BDA;
}
.TagClassName
{
border-color: #762BDA;
}
</style>