Html Css Color HEX #770EBA Dark Violet

📋 copy color: '#770EBA'

red 119 ◦ green 14 ◦ blue 186

#770EBA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #770EBA

Tints of Dark Violet #770EBA

RGB

 RED value IS 119 (46.88% from 255) = 37.3%

 GREEN value IS 14 (5.86% from 255) = 4.39%

 BLUE value IS 186 (73.05% from 255) = 58.31%

R = 37.3%
G = 4.39%
B = 58.31%

CMYK

 C value IS 0.36

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#770EBA (or 0x770EBA) is known color: Dark Violet. HEX triplet: 77, 0E and BA. RGB value is (119,14,186). Sum of RGB (Red+Green+Blue) = 119+14+186=319 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.30% from 319); Green value is 14 (5.86% from 255 or 4.39% from 319); Blue value is 186 (73.05% from 255 or 58.31% from 319); Max value from RGB is 186 - color contains mainly: blue. Hex color #770EBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770EBA is #88F145. Grayscale: #404040. Windows color (decimal): -8974662 or 12193399. OLE color: 12193399.

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

Color convert

RGB 119 14 186 -
CMYK 0.36 0.92 0 0.27
HSL 276.63º 0.86% 0.39% -
HSV(B) 276.63º 0.92% 0.73% -
XYZ 16.63 7.78 47.08 -
YUV 65 196.29 166.51 -
System Red Green Blue C M Y K H S L
Decimal 119 14 186 0.36 0.92 0 0.27 276.63 0.86 0.39
Hex 77 E BA 24 5C 0 1B 115 56 27
Octal 167 16 272 44 134 0 33 425 126 47
Binary 1110111 1110 10111010 100100 1011100 0 11011 100010101 1010110 100111

Color Harmonies of #770EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770EBA

Black with #770EBA

Text Example


Text Example

White with #770EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #770EBA;
 }
 .AnyTagClassName
 {
   color: #770EBA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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