Html Css Color HEX #771676 Dark Purple

📋 copy color: '#771676'

red 119 ◦ green 22 ◦ blue 118

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

Shades of Dark Purple #771676

Tints of Dark Purple #771676

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.49%

 BLUE value IS 118 (46.48% from 255) = 45.56%

R = 45.95%
G = 8.49%
B = 45.56%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

#771676 (or 0x771676) is known color: Dark Purple. HEX triplet: 77, 16 and 76. RGB value is (119,22,118). Sum of RGB (Red+Green+Blue) = 119+22+118=259 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.95% from 259); Green value is 22 (8.98% from 255 or 8.49% from 259); Blue value is 118 (46.48% from 255 or 45.56% from 259); Max value from RGB is 119 - color contains mainly: red. Hex color #771676 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771676 is #88E989. Grayscale: #3D3D3D. Windows color (decimal): -8972682 or 7738999. OLE color: 7738999.

HSL color Cylindrical-coordinate representation of color #771676: hue angle of 300.62º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #771676 is Cyan = 0, Magento = 0.82, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 22 118 -
CMYK 0 0.82 0.01 0.53
HSL 300.62º 0.69% 0.28% -
HSV(B) 300.62º 0.82% 0.47% -
XYZ 11.16 5.8 17.67 -
YUV 61.95 159.64 168.69 -
System Red Green Blue C M Y K H S L
Decimal 119 22 118 0 0.82 0.01 0.53 300.62 0.69 0.28
Hex 77 16 76 0 52 1 35 12D 45 1C
Octal 167 26 166 0 122 1 65 455 105 34
Binary 1110111 10110 1110110 0 1010010 1 110101 100101101 1000101 11100

Color Harmonies of #771676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771676

Black with #771676

Text Example


Text Example

White with #771676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771676; }

 p { color: rgb(119,22,118); }

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

background-color css

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

 a { background-color: rgb(119,22,118); }

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

border-color css

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

 span { border-color: rgb(119,22,118); }

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