Html Css Color HEX #761886 Purple

📋 copy color: '#761886'

red 118 ◦ green 24 ◦ blue 134

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

Shades of Purple #761886

Tints of Purple #761886

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.7%

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

R = 42.75%
G = 8.7%
B = 48.55%

CMYK

 C value IS 0.12

 M value IS 0.82

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#761886 (or 0x761886) is known color: Purple. HEX triplet: 76, 18 and 86. RGB value is (118,24,134). Sum of RGB (Red+Green+Blue) = 118+24+134=276 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.75% from 276); Green value is 24 (9.77% from 255 or 8.70% from 276); Blue value is 134 (52.73% from 255 or 48.55% from 276); Max value from RGB is 134 - color contains mainly: blue. Hex color #761886 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761886 is #89E779. Grayscale: #404040. Windows color (decimal): -9037690 or 8788086. OLE color: 8788086.

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

Color convert

RGB 118 24 134 -
CMYK 0.12 0.82 0 0.47
HSL 291.27º 0.7% 0.31% -
HSV(B) 291.27º 0.82% 0.53% -
XYZ 12.1 6.23 23.12 -
YUV 64.65 167.14 166.06 -
System Red Green Blue C M Y K H S L
Decimal 118 24 134 0.12 0.82 0 0.47 291.27 0.7 0.31
Hex 76 18 86 C 52 0 2F 123 46 1F
Octal 166 30 206 14 122 0 57 443 106 37
Binary 1110110 11000 10000110 1100 1010010 0 101111 100100011 1000110 11111

Color Harmonies of #761886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761886

Black with #761886

Text Example


Text Example

White with #761886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761886; }

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

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

background-color css

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

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

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

border-color css

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

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

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