Html Css Color HEX #770191 Purple

📋 copy color: '#770191'

red 119 ◦ green 1 ◦ blue 145

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

Shades of Purple #770191

Tints of Purple #770191

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

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

R = 44.91%
G = 0.38%
B = 54.72%

CMYK

 C value IS 0.18

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#770191 (or 0x770191) is known color: Purple. HEX triplet: 77, 01 and 91. RGB value is (119,1,145). Sum of RGB (Red+Green+Blue) = 119+1+145=265 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.91% from 265); Green value is 1 (0.78% from 255 or 0.38% from 265); Blue value is 145 (57.03% from 255 or 54.72% from 265); Max value from RGB is 145 - color contains mainly: blue. Hex color #770191 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770191 is #88FE6E. Grayscale: #343434. Windows color (decimal): -8978031 or 9503095. OLE color: 9503095.

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

Color convert

RGB 119 1 145 -
CMYK 0.18 0.99 0 0.43
HSL 289.17º 0.99% 0.29% -
HSV(B) 289.17º 0.99% 0.57% -
XYZ 12.73 5.99 27.27 -
YUV 52.7 180.09 175.29 -
System Red Green Blue C M Y K H S L
Decimal 119 1 145 0.18 0.99 0 0.43 289.17 0.99 0.29
Hex 77 1 91 12 63 0 2B 121 63 1D
Octal 167 1 221 22 143 0 53 441 143 35
Binary 1110111 1 10010001 10010 1100011 0 101011 100100001 1100011 11101

Color Harmonies of #770191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770191

Black with #770191

Text Example


Text Example

White with #770191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770191; }

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

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

background-color css

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

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

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

border-color css

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

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

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