Html Css Color HEX #770BBD Dark Violet

📋 copy color: '#770BBD'

red 119 ◦ green 11 ◦ blue 189

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

Shades of Dark Violet #770BBD

Tints of Dark Violet #770BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 59.25%

R = 37.3%
G = 3.45%
B = 59.25%

CMYK

 C value IS 0.37

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#770BBD (or 0x770BBD) is known color: Dark Violet. HEX triplet: 77, 0B and BD. RGB value is (119,11,189). Sum of RGB (Red+Green+Blue) = 119+11+189=319 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.30% from 319); Green value is 11 (4.69% from 255 or 3.45% from 319); Blue value is 189 (74.22% from 255 or 59.25% from 319); Max value from RGB is 189 - color contains mainly: blue. Hex color #770BBD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770BBD is #88F442. Grayscale: #3E3E3E. Windows color (decimal): -8975427 or 12389239. OLE color: 12389239.

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

Color convert

RGB 119 11 189 -
CMYK 0.37 0.94 0 0.26
HSL 276.4º 0.89% 0.39% -
HSV(B) 276.4º 0.94% 0.74% -
XYZ 16.91 7.84 48.77 -
YUV 63.58 198.78 167.53 -
System Red Green Blue C M Y K H S L
Decimal 119 11 189 0.37 0.94 0 0.26 276.4 0.89 0.39
Hex 77 B BD 25 5E 0 1A 114 59 27
Octal 167 13 275 45 136 0 32 424 131 47
Binary 1110111 1011 10111101 100101 1011110 0 11010 100010100 1011001 100111

Color Harmonies of #770BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770BBD

Black with #770BBD

Text Example


Text Example

White with #770BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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