#770CC4

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

Shades of Dark Violet #770CC4

Tints of Dark Violet #770CC4

Color information

#770CC4 (or 0x770CC4) is unknown color: approx Dark Violet. HEX triplet: 77, 0C and C4. RGB value is (119,12,196). Sum of RGB (Red+Green+Blue) = 119+12+196=327 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.39% from 327); Green value is 12 (5.08% from 255 or 3.67% from 327); Blue value is 196 (76.95% from 255 or 59.94% from 327); Max value from RGB is 196 - color contains mainly: blue. Hex color #770CC4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770CC4 is #88F33B. Grayscale: #404040. Windows color (decimal): -8975164 or 12848247. OLE color: 12848247.

HSL color Cylindrical-coordinate representation of color #770CC4: hue angle of 274.89º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #770CC4 is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB11912196-
CMYK0.390.9400.23
HSL274.89º88.46%40.78%-
HSV(B)274.89º93.88%76.86%-
XYZ17.78.1752.87-
YUV64.97201.95166.54-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.39%
GREEN value IS 12 (5.08% from 255) = 3.67%
BLUE value IS 196 (76.95% from 255) = 59.94%
R=36.39%
G=3.67%
B=59.94%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal119121960.390.9400.23274.8988.4640.78
Hex77CC4275E0171135829
Octal167143044713602742313051
Binary111011111001100010010011110111100101111000100111011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,12,196); }

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

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

 a { background-color: rgb(119,12,196); }

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

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

 span { border-color: rgb(119,12,196); }

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