Html Css Color HEX #760091 Purple

📋 copy color: '#760091'

red 118 ◦ green 0 ◦ blue 145

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

Shades of Purple #760091

Tints of Purple #760091

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 44.87%
G = 0%
B = 55.13%

CMYK

 C value IS 0.19

 M value IS 1

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#760091 (or 0x760091) is known color: Purple. HEX triplet: 76, 00 and 91. RGB value is (118,0,145). Sum of RGB (Red+Green+Blue) = 118+0+145=263 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.87% from 263); Green value is 0 (0.39% from 255 or 0% from 263); Blue value is 145 (57.03% from 255 or 55.13% from 263); Max value from RGB is 145 - color contains mainly: blue. Hex color #760091 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760091 is #89FF6E. Grayscale: #333333. Windows color (decimal): -9043823 or 9502838. OLE color: 9502838.

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

Color convert

RGB 118 0 145 -
CMYK 0.19 1 0 0.43
HSL 288.83º 1% 0.28% -
HSV(B) 288.83º 1% 0.57% -
XYZ 12.58 5.9 27.26 -
YUV 51.81 180.59 175.21 -
System Red Green Blue C M Y K H S L
Decimal 118 0 145 0.19 1 0 0.43 288.83 1 0.28
Hex 76 0 91 13 64 0 2B 121 64 1C
Octal 166 0 221 23 144 0 53 441 144 34
Binary 1110110 0 10010001 10011 1100100 0 101011 100100001 1100100 11100

Color Harmonies of #760091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760091

Black with #760091

Text Example


Text Example

White with #760091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760091; }

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

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

background-color css

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

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

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

border-color css

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

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

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