Shades of Blue Violet #7735DC
Tints of Blue Violet #7735DC
RGB
CMYK
RGB Variations
Color information
#7735DC (or 0x7735DC) is known color: Blue Violet. HEX triplet: 77, 35 and DC. RGB value is (119,53,220). Sum of RGB (Red+Green+Blue) = 119+53+220=392 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.36% from 392); Green value is 53 (21.09% from 255 or 13.52% from 392); Blue value is 220 (86.33% from 255 or 56.12% from 392); Max value from RGB is 220 - color contains mainly: blue. Hex color #7735DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7735DC is #88CA23. Grayscale: #5B5B5B. Windows color (decimal): -8964644 or 14431607. OLE color: 14431607.
HSL color Cylindrical-coordinate representation of color #7735DC: hue angle of 263.71º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7735DC is Cyan = 0.46, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 53 | 220 | - |
| CMYK | 0.46 | 0.76 | 0 | 0.14 |
| HSL | 263.71º | 0.7% | 0.54% | - |
| HSV(B) | 263.71º | 0.76% | 0.86% | - |
| XYZ | 21.8 | 11.64 | 68.81 | - |
| YUV | 91.77 | 200.37 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 53 | 220 | 0.46 | 0.76 | 0 | 0.14 | 263.71 | 0.7 | 0.54 |
| Hex | 77 | 35 | DC | 2E | 4C | 0 | E | 108 | 46 | 36 |
| Octal | 167 | 65 | 334 | 56 | 114 | 0 | 16 | 410 | 106 | 66 |
| Binary | 1110111 | 110101 | 11011100 | 101110 | 1001100 | 0 | 1110 | 100001000 | 1000110 | 110110 |
Color Harmonies of #7735DC
Complementary color
Monochromatic Colors of #7735DC
Black with #7735DC
Text Example
Text Example
White with #7735DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7735DC; }
p { color: rgb(119,53,220); }
H1.HeaderClassName
{
color: #7735DC;
}
.AnyTagClassName
{
color: #7735DC;
}
</style>
background-color css
<style>
a { background-color: #7735DC; }
a { background-color: rgb(119,53,220); }
div.DivClassName
{
background-color: #7735DC;
}
.BgClassName
{
background-color: #7735DC;
}
</style>
border-color css
<style>
span { border-color: #7735DC; }
span { border-color: rgb(119,53,220); }
td.TdClassName
{
border-color: #7735DC;
}
.TagClassName
{
border-color: #7735DC;
}
</style>