Html Css Color HEX #761079 Purple

📋 copy color: '#761079'

red 118 ◦ green 16 ◦ blue 121

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

Shades of Purple #761079

Tints of Purple #761079

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.27%

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

R = 46.27%
G = 6.27%
B = 47.45%

CMYK

 C value IS 0.02

 M value IS 0.87

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#761079 (or 0x761079) is known color: Purple. HEX triplet: 76, 10 and 79. RGB value is (118,16,121). Sum of RGB (Red+Green+Blue) = 118+16+121=255 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.27% from 255); Green value is 16 (6.64% from 255 or 6.27% from 255); Blue value is 121 (47.66% from 255 or 47.45% from 255); Max value from RGB is 121 - color contains mainly: blue. Hex color #761079 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761079 is #89EF86. Grayscale: #3A3A3A. Windows color (decimal): -9039751 or 7934070. OLE color: 7934070.

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

Color convert

RGB 118 16 121 -
CMYK 0.02 0.87 0 0.53
HSL 298.29º 0.77% 0.27% -
HSV(B) 298.29º 0.87% 0.47% -
XYZ 11.11 5.6 18.59 -
YUV 58.47 163.29 170.46 -
System Red Green Blue C M Y K H S L
Decimal 118 16 121 0.02 0.87 0 0.53 298.29 0.77 0.27
Hex 76 10 79 2 57 0 35 12A 4D 1B
Octal 166 20 171 2 127 0 65 452 115 33
Binary 1110110 10000 1111001 10 1010111 0 110101 100101010 1001101 11011

Color Harmonies of #761079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761079

Black with #761079

Text Example


Text Example

White with #761079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761079; }

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

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

background-color css

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

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

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

border-color css

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

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

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