Html Css Color HEX #761977 Dark Purple

📋 copy color: '#761977'

red 118 ◦ green 25 ◦ blue 119

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

Shades of Dark Purple #761977

Tints of Dark Purple #761977

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.54%

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

R = 45.04%
G = 9.54%
B = 45.42%

CMYK

 C value IS 0.01

 M value IS 0.79

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#761977 (or 0x761977) is known color: Dark Purple. HEX triplet: 76, 19 and 77. RGB value is (118,25,119). Sum of RGB (Red+Green+Blue) = 118+25+119=262 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.04% from 262); Green value is 25 (10.16% from 255 or 9.54% from 262); Blue value is 119 (46.88% from 255 or 45.42% from 262); Max value from RGB is 119 - color contains mainly: blue. Hex color #761977 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761977 is #89E688. Grayscale: #3F3F3F. Windows color (decimal): -9037449 or 7805302. OLE color: 7805302.

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

Color convert

RGB 118 25 119 -
CMYK 0.01 0.79 0 0.53
HSL 299.36º 0.65% 0.28% -
HSV(B) 299.36º 0.79% 0.47% -
XYZ 11.15 5.88 18 -
YUV 63.52 159.31 166.86 -
System Red Green Blue C M Y K H S L
Decimal 118 25 119 0.01 0.79 0 0.53 299.36 0.65 0.28
Hex 76 19 77 1 4F 0 35 12B 41 1C
Octal 166 31 167 1 117 0 65 453 101 34
Binary 1110110 11001 1110111 1 1001111 0 110101 100101011 1000001 11100

Color Harmonies of #761977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761977

Black with #761977

Text Example


Text Example

White with #761977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761977; }

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

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

background-color css

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

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

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

border-color css

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

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

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