Shades of Blue Violet #762ADF
Tints of Blue Violet #762ADF
RGB
CMYK
RGB Variations
Color information
#762ADF (or 0x762ADF) is known color: Blue Violet. HEX triplet: 76, 2A and DF. RGB value is (118,42,223). Sum of RGB (Red+Green+Blue) = 118+42+223=383 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.81% from 383); Green value is 42 (16.80% from 255 or 10.97% from 383); Blue value is 223 (87.5% from 255 or 58.22% from 383); Max value from RGB is 223 - color contains mainly: blue. Hex color #762ADF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762ADF is #89D520. Grayscale: #545454. Windows color (decimal): -9032993 or 14625398. OLE color: 14625398.
HSL color Cylindrical-coordinate representation of color #762ADF: hue angle of 265.19º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #762ADF is Cyan = 0.47, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 42 | 223 | - |
| CMYK | 0.47 | 0.81 | 0 | 0.13 |
| HSL | 265.19º | 0.74% | 0.52% | - |
| HSV(B) | 265.19º | 0.81% | 0.87% | - |
| XYZ | 21.62 | 10.84 | 70.76 | - |
| YUV | 85.36 | 205.68 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 42 | 223 | 0.47 | 0.81 | 0 | 0.13 | 265.19 | 0.74 | 0.52 |
| Hex | 76 | 2A | DF | 2F | 51 | 0 | D | 109 | 4A | 34 |
| Octal | 166 | 52 | 337 | 57 | 121 | 0 | 15 | 411 | 112 | 64 |
| Binary | 1110110 | 101010 | 11011111 | 101111 | 1010001 | 0 | 1101 | 100001001 | 1001010 | 110100 |
Color Harmonies of #762ADF
Complementary color
Monochromatic Colors of #762ADF
Black with #762ADF
Text Example
Text Example
White with #762ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762ADF; }
p { color: rgb(118,42,223); }
H1.HeaderClassName
{
color: #762ADF;
}
.AnyTagClassName
{
color: #762ADF;
}
</style>
background-color css
<style>
a { background-color: #762ADF; }
a { background-color: rgb(118,42,223); }
div.DivClassName
{
background-color: #762ADF;
}
.BgClassName
{
background-color: #762ADF;
}
</style>
border-color css
<style>
span { border-color: #762ADF; }
span { border-color: rgb(118,42,223); }
td.TdClassName
{
border-color: #762ADF;
}
.TagClassName
{
border-color: #762ADF;
}
</style>