Html Css Color HEX #770BB0 Dark Violet

📋 copy color: '#770BB0'

red 119 ◦ green 11 ◦ blue 176

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

Shades of Dark Violet #770BB0

Tints of Dark Violet #770BB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 57.52%

R = 38.89%
G = 3.59%
B = 57.52%

CMYK

 C value IS 0.32

 M value IS 0.94

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#770BB0 (or 0x770BB0) is known color: Dark Violet. HEX triplet: 77, 0B and B0. RGB value is (119,11,176). Sum of RGB (Red+Green+Blue) = 119+11+176=306 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.89% from 306); Green value is 11 (4.69% from 255 or 3.59% from 306); Blue value is 176 (69.14% from 255 or 57.52% from 306); Max value from RGB is 176 - color contains mainly: blue. Hex color #770BB0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770BB0 is #88F44F. Grayscale: #3D3D3D. Windows color (decimal): -8975440 or 11537271. OLE color: 11537271.

HSL color Cylindrical-coordinate representation of color #770BB0: hue angle of 279.27º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #770BB0 is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 119 11 176 -
CMYK 0.32 0.94 0 0.31
HSL 279.27º 0.88% 0.37% -
HSV(B) 279.27º 0.94% 0.69% -
XYZ 15.56 7.3 41.66 -
YUV 62.1 192.28 168.58 -
System Red Green Blue C M Y K H S L
Decimal 119 11 176 0.32 0.94 0 0.31 279.27 0.88 0.37
Hex 77 B B0 20 5E 0 1F 117 58 25
Octal 167 13 260 40 136 0 37 427 130 45
Binary 1110111 1011 10110000 100000 1011110 0 11111 100010111 1011000 100101

Color Harmonies of #770BB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770BB0

Black with #770BB0

Text Example


Text Example

White with #770BB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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