#770DC1

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

Shades of Dark Violet #770DC1

Tints of Dark Violet #770DC1

Color information

#770DC1 (or 0x770DC1) is unknown color: approx Dark Violet. HEX triplet: 77, 0D and C1. RGB value is (119,13,193). Sum of RGB (Red+Green+Blue) = 119+13+193=325 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.62% from 325); Green value is 13 (5.47% from 255 or 4% from 325); Blue value is 193 (75.78% from 255 or 59.38% from 325); Max value from RGB is 193 - color contains mainly: blue. Hex color #770DC1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770DC1 is #88F23E. Grayscale: #404040. Windows color (decimal): -8974911 or 12651895. OLE color: 12651895.

HSL color Cylindrical-coordinate representation of color #770DC1: hue angle of 275.33º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #770DC1 is Cyan = 0.38, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB11913193-
CMYK0.380.9300.24
HSL275.33º87.38%40.39%-
HSV(B)275.33º93.26%75.69%-
XYZ17.388.0651.09-
YUV65.21200.12166.36-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.62%
GREEN value IS 13 (5.47% from 255) = 4%
BLUE value IS 193 (75.78% from 255) = 59.38%
R=36.62%
G=4%
B=59.38%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal119131930.380.9300.24275.3387.3840.39
Hex77DC1265D0181135728
Octal167153014613503042312750
Binary111011111011100000110011010111010110001000100111010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,13,193); }

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

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

 a { background-color: rgb(119,13,193); }

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

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

 span { border-color: rgb(119,13,193); }

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