Html Css Color HEX #770BC0 Dark Violet

📋 copy color: '#770BC0'

red 119 ◦ green 11 ◦ blue 192

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

Shades of Dark Violet #770BC0

Tints of Dark Violet #770BC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 59.63%

R = 36.96%
G = 3.42%
B = 59.63%

CMYK

 C value IS 0.38

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#770BC0 (or 0x770BC0) is known color: Dark Violet. HEX triplet: 77, 0B and C0. RGB value is (119,11,192). Sum of RGB (Red+Green+Blue) = 119+11+192=322 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.96% from 322); Green value is 11 (4.69% from 255 or 3.42% from 322); Blue value is 192 (75.39% from 255 or 59.63% from 322); Max value from RGB is 192 - color contains mainly: blue. Hex color #770BC0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770BC0 is #88F43F. Grayscale: #3F3F3F. Windows color (decimal): -8975424 or 12585847. OLE color: 12585847.

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

Color convert

RGB 119 11 192 -
CMYK 0.38 0.94 0 0.25
HSL 275.8º 0.89% 0.4% -
HSV(B) 275.8º 0.94% 0.75% -
XYZ 17.24 7.97 50.5 -
YUV 63.93 200.28 167.28 -
System Red Green Blue C M Y K H S L
Decimal 119 11 192 0.38 0.94 0 0.25 275.8 0.89 0.4
Hex 77 B C0 26 5E 0 19 114 59 28
Octal 167 13 300 46 136 0 31 424 131 50
Binary 1110111 1011 11000000 100110 1011110 0 11001 100010100 1011001 101000

Color Harmonies of #770BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770BC0

Black with #770BC0

Text Example


Text Example

White with #770BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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