Html Css Color HEX #761979 Dark Purple

📋 copy color: '#761979'

red 118 ◦ green 25 ◦ blue 121

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

Shades of Dark Purple #761979

Tints of Dark Purple #761979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 45.83%

R = 44.7%
G = 9.47%
B = 45.83%

CMYK

 C value IS 0.02

 M value IS 0.79

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#761979 (or 0x761979) is known color: Dark Purple. HEX triplet: 76, 19 and 79. RGB value is (118,25,121). Sum of RGB (Red+Green+Blue) = 118+25+121=264 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.70% from 264); Green value is 25 (10.16% from 255 or 9.47% from 264); Blue value is 121 (47.66% from 255 or 45.83% from 264); Max value from RGB is 121 - color contains mainly: blue. Hex color #761979 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761979 is #89E686. Grayscale: #3F3F3F. Windows color (decimal): -9037447 or 7936374. OLE color: 7936374.

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

Color convert

RGB 118 25 121 -
CMYK 0.02 0.79 0 0.53
HSL 298.13º 0.66% 0.29% -
HSV(B) 298.13º 0.79% 0.47% -
XYZ 11.27 5.93 18.64 -
YUV 63.75 160.31 166.69 -
System Red Green Blue C M Y K H S L
Decimal 118 25 121 0.02 0.79 0 0.53 298.13 0.66 0.29
Hex 76 19 79 2 4F 0 35 12A 42 1D
Octal 166 31 171 2 117 0 65 452 102 35
Binary 1110110 11001 1111001 10 1001111 0 110101 100101010 1000010 11101

Color Harmonies of #761979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761979

Black with #761979

Text Example


Text Example

White with #761979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761979; }

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

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

background-color css

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

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

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

border-color css

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

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

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