Html Css Color HEX #770BAF Dark Violet

📋 copy color: '#770BAF'

red 119 ◦ green 11 ◦ blue 175

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

Shades of Dark Violet #770BAF

Tints of Dark Violet #770BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 57.38%

R = 39.02%
G = 3.61%
B = 57.38%

CMYK

 C value IS 0.32

 M value IS 0.94

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#770BAF (or 0x770BAF) is known color: Dark Violet. HEX triplet: 77, 0B and AF. RGB value is (119,11,175). Sum of RGB (Red+Green+Blue) = 119+11+175=305 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.02% from 305); Green value is 11 (4.69% from 255 or 3.61% from 305); Blue value is 175 (68.75% from 255 or 57.38% from 305); Max value from RGB is 175 - color contains mainly: blue. Hex color #770BAF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770BAF is #88F450. Grayscale: #3D3D3D. Windows color (decimal): -8975441 or 11471735. OLE color: 11471735.

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

Color convert

RGB 119 11 175 -
CMYK 0.32 0.94 0 0.31
HSL 279.51º 0.88% 0.36% -
HSV(B) 279.51º 0.94% 0.69% -
XYZ 15.47 7.26 41.14 -
YUV 61.99 191.78 168.66 -
System Red Green Blue C M Y K H S L
Decimal 119 11 175 0.32 0.94 0 0.31 279.51 0.88 0.36
Hex 77 B AF 20 5E 0 1F 118 58 24
Octal 167 13 257 40 136 0 37 430 130 44
Binary 1110111 1011 10101111 100000 1011110 0 11111 100011000 1011000 100100

Color Harmonies of #770BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770BAF

Black with #770BAF

Text Example


Text Example

White with #770BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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