Html Css Color HEX #761986 Purple

📋 copy color: '#761986'

red 118 ◦ green 25 ◦ blue 134

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

Shades of Purple #761986

Tints of Purple #761986

RGB

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

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

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

R = 42.6%
G = 9.03%
B = 48.38%

CMYK

 C value IS 0.12

 M value IS 0.81

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#761986 (or 0x761986) is known color: Purple. HEX triplet: 76, 19 and 86. RGB value is (118,25,134). Sum of RGB (Red+Green+Blue) = 118+25+134=277 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.60% from 277); Green value is 25 (10.16% from 255 or 9.03% from 277); Blue value is 134 (52.73% from 255 or 48.38% from 277); Max value from RGB is 134 - color contains mainly: blue. Hex color #761986 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761986 is #89E679. Grayscale: #404040. Windows color (decimal): -9037434 or 8788342. OLE color: 8788342.

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

Color convert

RGB 118 25 134 -
CMYK 0.12 0.81 0 0.47
HSL 291.19º 0.69% 0.31% -
HSV(B) 291.19º 0.81% 0.53% -
XYZ 12.12 6.27 23.13 -
YUV 65.23 166.81 165.64 -
System Red Green Blue C M Y K H S L
Decimal 118 25 134 0.12 0.81 0 0.47 291.19 0.69 0.31
Hex 76 19 86 C 51 0 2F 123 45 1F
Octal 166 31 206 14 121 0 57 443 105 37
Binary 1110110 11001 10000110 1100 1010001 0 101111 100100011 1000101 11111

Color Harmonies of #761986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761986

Black with #761986

Text Example


Text Example

White with #761986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761986; }

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

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

background-color css

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

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

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

border-color css

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

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

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