Html Css Color HEX #761091 Purple

📋 copy color: '#761091'

red 118 ◦ green 16 ◦ blue 145

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

Shades of Purple #761091

Tints of Purple #761091

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.73%

 BLUE value IS 145 (57.03% from 255) = 51.97%

R = 42.29%
G = 5.73%
B = 51.97%

CMYK

 C value IS 0.19

 M value IS 0.89

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#761091 (or 0x761091) is known color: Purple. HEX triplet: 76, 10 and 91. RGB value is (118,16,145). Sum of RGB (Red+Green+Blue) = 118+16+145=279 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.29% from 279); Green value is 16 (6.64% from 255 or 5.73% from 279); Blue value is 145 (57.03% from 255 or 51.97% from 279); Max value from RGB is 145 - color contains mainly: blue. Hex color #761091 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761091 is #89EF6E. Grayscale: #3C3C3C. Windows color (decimal): -9039727 or 9506934. OLE color: 9506934.

HSL color Cylindrical-coordinate representation of color #761091: hue angle of 287.44º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #761091 is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 118 16 145 -
CMYK 0.19 0.89 0 0.43
HSL 287.44º 0.8% 0.32% -
HSV(B) 287.44º 0.89% 0.57% -
XYZ 12.77 6.27 27.32 -
YUV 61.2 175.29 168.51 -
System Red Green Blue C M Y K H S L
Decimal 118 16 145 0.19 0.89 0 0.43 287.44 0.8 0.32
Hex 76 10 91 13 59 0 2B 11F 50 20
Octal 166 20 221 23 131 0 53 437 120 40
Binary 1110110 10000 10010001 10011 1011001 0 101011 100011111 1010000 100000

Color Harmonies of #761091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761091

Black with #761091

Text Example


Text Example

White with #761091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761091; }

 p { color: rgb(118,16,145); }

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

background-color css

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

 a { background-color: rgb(118,16,145); }

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

border-color css

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

 span { border-color: rgb(118,16,145); }

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