Html Css Color HEX #770091 Purple

📋 copy color: '#770091'

red 119 ◦ green 0 ◦ blue 145

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

Shades of Purple #770091

Tints of Purple #770091

RGB

 RED value IS 119 (46.88% from 255) = 45.08%

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

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

R = 45.08%
G = 0%
B = 54.92%

CMYK

 C value IS 0.18

 M value IS 1

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#770091 (or 0x770091) is known color: Purple. HEX triplet: 77, 00 and 91. RGB value is (119,0,145). Sum of RGB (Red+Green+Blue) = 119+0+145=264 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.08% from 264); Green value is 0 (0.39% from 255 or 0% from 264); Blue value is 145 (57.03% from 255 or 54.92% from 264); Max value from RGB is 145 - color contains mainly: blue. Hex color #770091 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770091 is #88FF6E. Grayscale: #333333. Windows color (decimal): -8978287 or 9502839. OLE color: 9502839.

HSL color Cylindrical-coordinate representation of color #770091: hue angle of 289.24º 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 #770091 is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 119 0 145 -
CMYK 0.18 1 0 0.43
HSL 289.24º 1% 0.28% -
HSV(B) 289.24º 1% 0.57% -
XYZ 12.72 5.97 27.27 -
YUV 52.11 180.42 175.71 -
System Red Green Blue C M Y K H S L
Decimal 119 0 145 0.18 1 0 0.43 289.24 1 0.28
Hex 77 0 91 12 64 0 2B 121 64 1C
Octal 167 0 221 22 144 0 53 441 144 34
Binary 1110111 0 10010001 10010 1100100 0 101011 100100001 1100100 11100

Color Harmonies of #770091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770091

Black with #770091

Text Example


Text Example

White with #770091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770091; }

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

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

background-color css

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

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

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

border-color css

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

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

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