Html Css Color HEX #770BBA Dark Violet

📋 copy color: '#770BBA'

red 119 ◦ green 11 ◦ blue 186

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

Shades of Dark Violet #770BBA

Tints of Dark Violet #770BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 58.86%

R = 37.66%
G = 3.48%
B = 58.86%

CMYK

 C value IS 0.36

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#770BBA (or 0x770BBA) is known color: Dark Violet. HEX triplet: 77, 0B and BA. RGB value is (119,11,186). Sum of RGB (Red+Green+Blue) = 119+11+186=316 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.66% from 316); Green value is 11 (4.69% from 255 or 3.48% from 316); Blue value is 186 (73.05% from 255 or 58.86% from 316); Max value from RGB is 186 - color contains mainly: blue. Hex color #770BBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770BBA is #88F445. Grayscale: #3E3E3E. Windows color (decimal): -8975430 or 12192631. OLE color: 12192631.

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

Color convert

RGB 119 11 186 -
CMYK 0.36 0.94 0 0.27
HSL 277.03º 0.89% 0.39% -
HSV(B) 277.03º 0.94% 0.73% -
XYZ 16.59 7.71 47.07 -
YUV 63.24 197.28 167.77 -
System Red Green Blue C M Y K H S L
Decimal 119 11 186 0.36 0.94 0 0.27 277.03 0.89 0.39
Hex 77 B BA 24 5E 0 1B 115 59 27
Octal 167 13 272 44 136 0 33 425 131 47
Binary 1110111 1011 10111010 100100 1011110 0 11011 100010101 1011001 100111

Color Harmonies of #770BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770BBA

Black with #770BBA

Text Example


Text Example

White with #770BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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