Html Css Color HEX #761677 Dark Purple

📋 copy color: '#761677'

red 118 ◦ green 22 ◦ blue 119

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

Shades of Dark Purple #761677

Tints of Dark Purple #761677

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0.82

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #761677: hue angle of 299.38º 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 #761677 is Cyan = 0.01, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 118 22 119 -
CMYK 0.01 0.82 0 0.53
HSL 299.38º 0.69% 0.28% -
HSV(B) 299.38º 0.82% 0.47% -
XYZ 11.09 5.76 17.98 -
YUV 61.76 160.3 168.11 -
System Red Green Blue C M Y K H S L
Decimal 118 22 119 0.01 0.82 0 0.53 299.38 0.69 0.28
Hex 76 16 77 1 52 0 35 12B 45 1C
Octal 166 26 167 1 122 0 65 453 105 34
Binary 1110110 10110 1110111 1 1010010 0 110101 100101011 1000101 11100

Color Harmonies of #761677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761677

Black with #761677

Text Example


Text Example

White with #761677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761677; }

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

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

background-color css

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

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

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

border-color css

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

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

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