#770DBA

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

Shades of Dark Violet #770DBA

Tints of Dark Violet #770DBA

Color information

#770DBA (or 0x770DBA) is unknown color: approx Dark Violet. HEX triplet: 77, 0D and BA. RGB value is (119,13,186). Sum of RGB (Red+Green+Blue) = 119+13+186=318 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.42% from 318); Green value is 13 (5.47% from 255 or 4.09% from 318); Blue value is 186 (73.05% from 255 or 58.49% from 318); Max value from RGB is 186 - color contains mainly: blue. Hex color #770DBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770DBA is #88F245. Grayscale: #3F3F3F. Windows color (decimal): -8974918 or 12193143. OLE color: 12193143.

HSL color Cylindrical-coordinate representation of color #770DBA: hue angle of 276.76º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #770DBA is Cyan = 0.36, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11913186-
CMYK0.360.9300.27
HSL276.76º86.93%39.02%-
HSV(B)276.76º93.01%72.94%-
XYZ16.617.7547.08-
YUV64.42196.62166.93-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.42%
GREEN value IS 13 (5.47% from 255) = 4.09%
BLUE value IS 186 (73.05% from 255) = 58.49%
R=37.42%
G=4.09%
B=58.49%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal119131860.360.9300.27276.7686.9339.02
Hex77DBA245D01B1155727
Octal167152724413503342512747
Binary111011111011011101010010010111010110111000101011010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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