Html Css Color HEX #761186 Purple

📋 copy color: '#761186'

red 118 ◦ green 17 ◦ blue 134

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

Shades of Purple #761186

Tints of Purple #761186

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 49.81%

R = 43.87%
G = 6.32%
B = 49.81%

CMYK

 C value IS 0.12

 M value IS 0.87

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#761186 (or 0x761186) is known color: Purple. HEX triplet: 76, 11 and 86. RGB value is (118,17,134). Sum of RGB (Red+Green+Blue) = 118+17+134=269 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.87% from 269); Green value is 17 (7.03% from 255 or 6.32% from 269); Blue value is 134 (52.73% from 255 or 49.81% from 269); Max value from RGB is 134 - color contains mainly: blue. Hex color #761186 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761186 is #89EE79. Grayscale: #3C3C3C. Windows color (decimal): -9039482 or 8786294. OLE color: 8786294.

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

Color convert

RGB 118 17 134 -
CMYK 0.12 0.87 0 0.47
HSL 291.79º 0.77% 0.3% -
HSV(B) 291.79º 0.87% 0.53% -
XYZ 11.97 5.97 23.08 -
YUV 60.54 169.46 168.99 -
System Red Green Blue C M Y K H S L
Decimal 118 17 134 0.12 0.87 0 0.47 291.79 0.77 0.3
Hex 76 11 86 C 57 0 2F 124 4D 1E
Octal 166 21 206 14 127 0 57 444 115 36
Binary 1110110 10001 10000110 1100 1010111 0 101111 100100100 1001101 11110

Color Harmonies of #761186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761186

Black with #761186

Text Example


Text Example

White with #761186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761186; }

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

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

background-color css

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

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

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

border-color css

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

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

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