Html Css Color HEX #770EBB Dark Violet

📋 copy color: '#770EBB'

red 119 ◦ green 14 ◦ blue 187

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

Shades of Dark Violet #770EBB

Tints of Dark Violet #770EBB

RGB

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

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

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

R = 37.19%
G = 4.38%
B = 58.44%

CMYK

 C value IS 0.36

 M value IS 0.93

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#770EBB (or 0x770EBB) is known color: Dark Violet. HEX triplet: 77, 0E and BB. RGB value is (119,14,187). Sum of RGB (Red+Green+Blue) = 119+14+187=320 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.19% from 320); Green value is 14 (5.86% from 255 or 4.38% from 320); Blue value is 187 (73.44% from 255 or 58.44% from 320); Max value from RGB is 187 - color contains mainly: blue. Hex color #770EBB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770EBB is #88F144. Grayscale: #404040. Windows color (decimal): -8974661 or 12258935. OLE color: 12258935.

HSL color Cylindrical-coordinate representation of color #770EBB: hue angle of 276.42º degrees, saturation: 0.86, 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 #770EBB is Cyan = 0.36, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 119 14 187 -
CMYK 0.36 0.93 0 0.27
HSL 276.42º 0.86% 0.39% -
HSV(B) 276.42º 0.93% 0.73% -
XYZ 16.73 7.82 47.64 -
YUV 65.12 196.79 166.43 -
System Red Green Blue C M Y K H S L
Decimal 119 14 187 0.36 0.93 0 0.27 276.42 0.86 0.39
Hex 77 E BB 24 5D 0 1B 114 56 27
Octal 167 16 273 44 135 0 33 424 126 47
Binary 1110111 1110 10111011 100100 1011101 0 11011 100010100 1010110 100111

Color Harmonies of #770EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770EBB

Black with #770EBB

Text Example


Text Example

White with #770EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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