Html Css Color HEX #761686 Purple

📋 copy color: '#761686'

red 118 ◦ green 22 ◦ blue 134

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

Shades of Purple #761686

Tints of Purple #761686

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.03%

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

R = 43.07%
G = 8.03%
B = 48.91%

CMYK

 C value IS 0.12

 M value IS 0.84

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#761686 (or 0x761686) is known color: Purple. HEX triplet: 76, 16 and 86. RGB value is (118,22,134). Sum of RGB (Red+Green+Blue) = 118+22+134=274 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.07% from 274); Green value is 22 (8.98% from 255 or 8.03% from 274); Blue value is 134 (52.73% from 255 or 48.91% from 274); Max value from RGB is 134 - color contains mainly: blue. Hex color #761686 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761686 is #89E979. Grayscale: #3F3F3F. Windows color (decimal): -9038202 or 8787574. OLE color: 8787574.

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

Color convert

RGB 118 22 134 -
CMYK 0.12 0.84 0 0.47
HSL 291.43º 0.72% 0.31% -
HSV(B) 291.43º 0.84% 0.53% -
XYZ 12.06 6.15 23.1 -
YUV 63.47 167.8 166.89 -
System Red Green Blue C M Y K H S L
Decimal 118 22 134 0.12 0.84 0 0.47 291.43 0.72 0.31
Hex 76 16 86 C 54 0 2F 123 48 1F
Octal 166 26 206 14 124 0 57 443 110 37
Binary 1110110 10110 10000110 1100 1010100 0 101111 100100011 1001000 11111

Color Harmonies of #761686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761686

Black with #761686

Text Example


Text Example

White with #761686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761686; }

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

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

background-color css

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

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

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

border-color css

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

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

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