Html Css Color HEX #773160 Palatinate Purple

📋 copy color: '#773160'

red 119 ◦ green 49 ◦ blue 96

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

Shades of Palatinate Purple #773160

Tints of Palatinate Purple #773160

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.56%

 BLUE value IS 96 (37.89% from 255) = 36.36%

R = 45.08%
G = 18.56%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.19

 K value IS 0.53

RGB Variations

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

Color information

#773160 (or 0x773160) is known color: Palatinate Purple. HEX triplet: 77, 31 and 60. RGB value is (119,49,96). Sum of RGB (Red+Green+Blue) = 119+49+96=264 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.08% from 264); Green value is 49 (19.53% from 255 or 18.56% from 264); Blue value is 96 (37.89% from 255 or 36.36% from 264); Max value from RGB is 119 - color contains mainly: red. Hex color #773160 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773160 is #88CE9F. Grayscale: #4B4B4B. Windows color (decimal): -8965792 or 6304119. OLE color: 6304119.

HSL color Cylindrical-coordinate representation of color #773160: hue angle of 319.71º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #773160 is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 49 96 -
CMYK 0 0.59 0.19 0.53
HSL 319.71º 0.42% 0.33% -
HSV(B) 319.71º 0.59% 0.47% -
XYZ 10.82 6.96 11.84 -
YUV 75.29 139.69 159.18 -
System Red Green Blue C M Y K H S L
Decimal 119 49 96 0 0.59 0.19 0.53 319.71 0.42 0.33
Hex 77 31 60 0 3B 13 35 140 2A 21
Octal 167 61 140 0 73 23 65 500 52 41
Binary 1110111 110001 1100000 0 111011 10011 110101 101000000 101010 100001

Color Harmonies of #773160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773160

Black with #773160

Text Example


Text Example

White with #773160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773160; }

 p { color: rgb(119,49,96); }

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

background-color css

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

 a { background-color: rgb(119,49,96); }

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

border-color css

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

 span { border-color: rgb(119,49,96); }

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