Html Css Color HEX #770ABB Dark Violet

📋 copy color: '#770ABB'

red 119 ◦ green 10 ◦ blue 187

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

Shades of Dark Violet #770ABB

Tints of Dark Violet #770ABB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.16%

 BLUE value IS 187 (73.44% from 255) = 59.18%

R = 37.66%
G = 3.16%
B = 59.18%

CMYK

 C value IS 0.36

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#770ABB (or 0x770ABB) is known color: Dark Violet. HEX triplet: 77, 0A and BB. RGB value is (119,10,187). Sum of RGB (Red+Green+Blue) = 119+10+187=316 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.66% from 316); Green value is 10 (4.30% from 255 or 3.16% from 316); Blue value is 187 (73.44% from 255 or 59.18% from 316); Max value from RGB is 187 - color contains mainly: blue. Hex color #770ABB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770ABB is #88F544. Grayscale: #3E3E3E. Windows color (decimal): -8975685 or 12257911. OLE color: 12257911.

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

Color convert

RGB 119 10 187 -
CMYK 0.36 0.95 0 0.27
HSL 276.95º 0.9% 0.39% -
HSV(B) 276.95º 0.95% 0.73% -
XYZ 16.69 7.73 47.63 -
YUV 62.77 198.11 168.11 -
System Red Green Blue C M Y K H S L
Decimal 119 10 187 0.36 0.95 0 0.27 276.95 0.9 0.39
Hex 77 A BB 24 5F 0 1B 115 5A 27
Octal 167 12 273 44 137 0 33 425 132 47
Binary 1110111 1010 10111011 100100 1011111 0 11011 100010101 1011010 100111

Color Harmonies of #770ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770ABB

Black with #770ABB

Text Example


Text Example

White with #770ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,10,187); }

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

background-color css

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

 a { background-color: rgb(119,10,187); }

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

border-color css

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

 span { border-color: rgb(119,10,187); }

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