#770DB5

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

Shades of Dark Violet #770DB5

Tints of Dark Violet #770DB5

Color information

#770DB5 (or 0x770DB5) is unknown color: approx Dark Violet. HEX triplet: 77, 0D and B5. RGB value is (119,13,181). Sum of RGB (Red+Green+Blue) = 119+13+181=313 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.02% from 313); Green value is 13 (5.47% from 255 or 4.15% from 313); Blue value is 181 (71.09% from 255 or 57.83% from 313); Max value from RGB is 181 - color contains mainly: blue. Hex color #770DB5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770DB5 is #88F24A. Grayscale: #3F3F3F. Windows color (decimal): -8974923 or 11865463. OLE color: 11865463.

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

Color convert

RGB11913181-
CMYK0.340.9300.29
HSL277.86º86.6%38.04%-
HSV(B)277.86º92.82%70.98%-
XYZ16.097.5544.32-
YUV63.85194.12167.34-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.02%
GREEN value IS 13 (5.47% from 255) = 4.15%
BLUE value IS 181 (71.09% from 255) = 57.83%
R=38.02%
G=4.15%
B=57.83%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal119131810.340.9300.29277.8686.638.04
Hex77DB5225D01D1165726
Octal167152654213503542612746
Binary111011111011011010110001010111010111011000101101010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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