Html Css Color HEX #76118C Purple

📋 copy color: '#76118C'

red 118 ◦ green 17 ◦ blue 140

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

Shades of Purple #76118C

Tints of Purple #76118C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.18%

 BLUE value IS 140 (55.08% from 255) = 50.91%

R = 42.91%
G = 6.18%
B = 50.91%

CMYK

 C value IS 0.16

 M value IS 0.88

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#76118C (or 0x76118C) is known color: Purple. HEX triplet: 76, 11 and 8C. RGB value is (118,17,140). Sum of RGB (Red+Green+Blue) = 118+17+140=275 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.91% from 275); Green value is 17 (7.03% from 255 or 6.18% from 275); Blue value is 140 (55.08% from 255 or 50.91% from 275); Max value from RGB is 140 - color contains mainly: blue. Hex color #76118C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76118C is #89EE73. Grayscale: #3C3C3C. Windows color (decimal): -9039476 or 9179510. OLE color: 9179510.

HSL color Cylindrical-coordinate representation of color #76118C: hue angle of 289.27º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #76118C is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 118 17 140 -
CMYK 0.16 0.88 0 0.45
HSL 289.27º 0.78% 0.31% -
HSV(B) 289.27º 0.88% 0.55% -
XYZ 12.41 6.15 25.34 -
YUV 61.22 172.46 168.5 -
System Red Green Blue C M Y K H S L
Decimal 118 17 140 0.16 0.88 0 0.45 289.27 0.78 0.31
Hex 76 11 8C 10 58 0 2D 121 4E 1F
Octal 166 21 214 20 130 0 55 441 116 37
Binary 1110110 10001 10001100 10000 1011000 0 101101 100100001 1001110 11111

Color Harmonies of #76118C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76118C

Black with #76118C

Text Example


Text Example

White with #76118C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76118C; }

 p { color: rgb(118,17,140); }

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

background-color css

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

 a { background-color: rgb(118,17,140); }

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

border-color css

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

 span { border-color: rgb(118,17,140); }

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