Html Css Color HEX #770591 Purple

📋 copy color: '#770591'

red 119 ◦ green 5 ◦ blue 145

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

Shades of Purple #770591

Tints of Purple #770591

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.86%

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

R = 44.24%
G = 1.86%
B = 53.9%

CMYK

 C value IS 0.18

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#770591 (or 0x770591) is known color: Purple. HEX triplet: 77, 05 and 91. RGB value is (119,5,145). Sum of RGB (Red+Green+Blue) = 119+5+145=269 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.24% from 269); Green value is 5 (2.34% from 255 or 1.86% from 269); Blue value is 145 (57.03% from 255 or 53.90% from 269); Max value from RGB is 145 - color contains mainly: blue. Hex color #770591 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770591 is #88FA6E. Grayscale: #363636. Windows color (decimal): -8977007 or 9504119. OLE color: 9504119.

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

Color convert

RGB 119 5 145 -
CMYK 0.18 0.97 0 0.43
HSL 288.86º 0.93% 0.29% -
HSV(B) 288.86º 0.97% 0.57% -
XYZ 12.77 6.07 27.29 -
YUV 55.05 178.77 173.62 -
System Red Green Blue C M Y K H S L
Decimal 119 5 145 0.18 0.97 0 0.43 288.86 0.93 0.29
Hex 77 5 91 12 61 0 2B 121 5D 1D
Octal 167 5 221 22 141 0 53 441 135 35
Binary 1110111 101 10010001 10010 1100001 0 101011 100100001 1011101 11101

Color Harmonies of #770591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770591

Black with #770591

Text Example


Text Example

White with #770591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770591; }

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

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

background-color css

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

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

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

border-color css

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

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

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