#770AC8

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

Shades of Dark Violet #770AC8

Tints of Dark Violet #770AC8

Color information

#770AC8 (or 0x770AC8) is unknown color: approx Dark Violet. HEX triplet: 77, 0A and C8. RGB value is (119,10,200). Sum of RGB (Red+Green+Blue) = 119+10+200=329 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.17% from 329); Green value is 10 (4.30% from 255 or 3.04% from 329); Blue value is 200 (78.52% from 255 or 60.79% from 329); Max value from RGB is 200 - color contains mainly: blue. Hex color #770AC8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770AC8 is #88F537. Grayscale: #3F3F3F. Windows color (decimal): -8975672 or 13109879. OLE color: 13109879.

HSL color Cylindrical-coordinate representation of color #770AC8: hue angle of 274.42º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #770AC8 is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB11910200-
CMYK0.400.9500.22
HSL274.42º90.48%41.18%-
HSV(B)274.42º95%78.43%-
XYZ18.148.3155.29-
YUV64.25204.61167.05-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.17%
GREEN value IS 10 (4.30% from 255) = 3.04%
BLUE value IS 200 (78.52% from 255) = 60.79%
R=36.17%
G=3.04%
B=60.79%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal119102000.400.9500.22274.4290.4841.18
Hex77AC8285F0161125a29
Octal167123105013702642213251
Binary111011110101100100010100010111110101101000100101011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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