#770BB6

Color #770BB6 Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #770BB6

Tints of Dark Violet #770BB6

Color information

#770BB6 (or 0x770BB6) is unknown color: approx Dark Violet. HEX triplet: 77, 0B and B6. RGB value is (119,11,182). Sum of RGB (Red+Green+Blue) = 119+11+182=312 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.14% from 312); Green value is 11 (4.69% from 255 or 3.53% from 312); Blue value is 182 (71.48% from 255 or 58.33% from 312); Max value from RGB is 182 - color contains mainly: blue. Hex color #770BB6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770BB6 is #88F449. Grayscale: #3E3E3E. Windows color (decimal): -8975434 or 11930487. OLE color: 11930487.

HSL color Cylindrical-coordinate representation of color #770BB6: hue angle of 277.89º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #770BB6 is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11911182-
CMYK0.350.9400.29
HSL277.89º88.6%37.84%-
HSV(B)277.89º93.96%71.37%-
XYZ16.177.5444.86-
YUV62.79195.28168.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 119 (46.88% from 255) = 38.14%
GREEN value IS 11 (4.69% from 255) = 3.53%
BLUE value IS 182 (71.48% from 255) = 58.33%
R=38.14%
G=3.53%
B=58.33%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal119111820.350.9400.29277.8988.637.84
Hex77BB6235E01D1165926
Octal167132664313603542613146
Binary111011110111011011010001110111100111011000101101011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770BB6; }

 p { color: rgb(119,11,182); }

 H1.HeaderClassName
 {
   color: #770BB6;
 }
 .AnyTagClassName
 {
   color: #770BB6;
 }
</style>
background-color css

<style>
 a { background-color: #770BB6; }

 a { background-color: rgb(119,11,182); }

 div.DivClassName
 {
   background-color: #770BB6;
 }
 .BgClassName
 {
   background-color: #770BB6;
 }
</style>
border-color css

<style>
 span { border-color: #770BB6; }

 span { border-color: rgb(119,11,182); }

 td.TdClassName
 {
   border-color: #770BB6;
 }
 .TagClassName
 {
   border-color: #770BB6;
 }
</style>