#770AB0

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

Shades of Dark Violet #770AB0

Tints of Dark Violet #770AB0

Color information

#770AB0 (or 0x770AB0) is unknown color: approx Dark Violet. HEX triplet: 77, 0A and B0. RGB value is (119,10,176). Sum of RGB (Red+Green+Blue) = 119+10+176=305 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.02% from 305); Green value is 10 (4.30% from 255 or 3.28% from 305); Blue value is 176 (69.14% from 255 or 57.70% from 305); Max value from RGB is 176 - color contains mainly: blue. Hex color #770AB0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770AB0 is #88F54F. Grayscale: #3C3C3C. Windows color (decimal): -8975696 or 11537015. OLE color: 11537015.

HSL color Cylindrical-coordinate representation of color #770AB0: hue angle of 279.4º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #770AB0 is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11910176-
CMYK0.320.9400.31
HSL279.4º89.25%36.47%-
HSV(B)279.4º94.32%69.02%-
XYZ15.557.2741.66-
YUV61.51192.61169-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.02%
GREEN value IS 10 (4.30% from 255) = 3.28%
BLUE value IS 176 (69.14% from 255) = 57.70%
R=39.02%
G=3.28%
B=57.70%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal119101760.320.9400.31279.489.2536.47
Hex77AB0205E01F1175924
Octal167122604013603742713144
Binary111011110101011000010000010111100111111000101111011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,10,176); }

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

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

 a { background-color: rgb(119,10,176); }

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

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

 span { border-color: rgb(119,10,176); }

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