Html Css Color HEX #770BB7 Dark Violet

📋 copy color: '#770BB7'

red 119 ◦ green 11 ◦ blue 183

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

Shades of Dark Violet #770BB7

Tints of Dark Violet #770BB7

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.51%

 BLUE value IS 183 (71.88% from 255) = 58.47%

R = 38.02%
G = 3.51%
B = 58.47%

CMYK

 C value IS 0.35

 M value IS 0.94

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#770BB7 (or 0x770BB7) is known color: Dark Violet. HEX triplet: 77, 0B and B7. RGB value is (119,11,183). Sum of RGB (Red+Green+Blue) = 119+11+183=313 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.02% from 313); Green value is 11 (4.69% from 255 or 3.51% from 313); Blue value is 183 (71.88% from 255 or 58.47% from 313); Max value from RGB is 183 - color contains mainly: blue. Hex color #770BB7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770BB7 is #88F448. Grayscale: #3E3E3E. Windows color (decimal): -8975433 or 11996023. OLE color: 11996023.

HSL color Cylindrical-coordinate representation of color #770BB7: hue angle of 277.67º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #770BB7 is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 119 11 183 -
CMYK 0.35 0.94 0 0.28
HSL 277.67º 0.89% 0.38% -
HSV(B) 277.67º 0.94% 0.72% -
XYZ 16.27 7.58 45.41 -
YUV 62.9 195.78 168.01 -
System Red Green Blue C M Y K H S L
Decimal 119 11 183 0.35 0.94 0 0.28 277.67 0.89 0.38
Hex 77 B B7 23 5E 0 1C 116 59 26
Octal 167 13 267 43 136 0 34 426 131 46
Binary 1110111 1011 10110111 100011 1011110 0 11100 100010110 1011001 100110

Color Harmonies of #770BB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770BB7

Black with #770BB7

Text Example


Text Example

White with #770BB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,11,183); }

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

background-color css

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

 a { background-color: rgb(119,11,183); }

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

border-color css

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

 span { border-color: rgb(119,11,183); }

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