Html Css Color HEX #770BAD Dark Violet

📋 copy color: '#770BAD'

red 119 ◦ green 11 ◦ blue 173

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

Shades of Dark Violet #770BAD

Tints of Dark Violet #770BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 57.1%

R = 39.27%
G = 3.63%
B = 57.1%

CMYK

 C value IS 0.31

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#770BAD (or 0x770BAD) is known color: Dark Violet. HEX triplet: 77, 0B and AD. RGB value is (119,11,173). Sum of RGB (Red+Green+Blue) = 119+11+173=303 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.27% from 303); Green value is 11 (4.69% from 255 or 3.63% from 303); Blue value is 173 (67.97% from 255 or 57.10% from 303); Max value from RGB is 173 - color contains mainly: blue. Hex color #770BAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770BAD is #88F452. Grayscale: #3D3D3D. Windows color (decimal): -8975443 or 11340663. OLE color: 11340663.

HSL color Cylindrical-coordinate representation of color #770BAD: hue angle of 280º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #770BAD is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 119 11 173 -
CMYK 0.31 0.94 0 0.32
HSL 280º 0.88% 0.36% -
HSV(B) 280º 0.94% 0.68% -
XYZ 15.27 7.18 40.12 -
YUV 61.76 190.78 168.83 -
System Red Green Blue C M Y K H S L
Decimal 119 11 173 0.31 0.94 0 0.32 280 0.88 0.36
Hex 77 B AD 1F 5E 0 20 118 58 24
Octal 167 13 255 37 136 0 40 430 130 44
Binary 1110111 1011 10101101 11111 1011110 0 100000 100011000 1011000 100100

Color Harmonies of #770BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770BAD

Black with #770BAD

Text Example


Text Example

White with #770BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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