Html Css Color HEX #770BBE Dark Violet

📋 copy color: '#770BBE'

red 119 ◦ green 11 ◦ blue 190

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

Shades of Dark Violet #770BBE

Tints of Dark Violet #770BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 59.38%

R = 37.19%
G = 3.44%
B = 59.38%

CMYK

 C value IS 0.37

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#770BBE (or 0x770BBE) is known color: Dark Violet. HEX triplet: 77, 0B and BE. RGB value is (119,11,190). Sum of RGB (Red+Green+Blue) = 119+11+190=320 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.19% from 320); Green value is 11 (4.69% from 255 or 3.44% from 320); Blue value is 190 (74.61% from 255 or 59.38% from 320); Max value from RGB is 190 - color contains mainly: blue. Hex color #770BBE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770BBE is #88F441. Grayscale: #3F3F3F. Windows color (decimal): -8975426 or 12454775. OLE color: 12454775.

HSL color Cylindrical-coordinate representation of color #770BBE: hue angle of 276.2º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #770BBE is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 119 11 190 -
CMYK 0.37 0.94 0 0.25
HSL 276.2º 0.89% 0.39% -
HSV(B) 276.2º 0.94% 0.75% -
XYZ 17.02 7.88 49.34 -
YUV 63.7 199.28 167.45 -
System Red Green Blue C M Y K H S L
Decimal 119 11 190 0.37 0.94 0 0.25 276.2 0.89 0.39
Hex 77 B BE 25 5E 0 19 114 59 27
Octal 167 13 276 45 136 0 31 424 131 47
Binary 1110111 1011 10111110 100101 1011110 0 11001 100010100 1011001 100111

Color Harmonies of #770BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770BBE

Black with #770BBE

Text Example


Text Example

White with #770BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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