Html Css Color HEX #773260 Palatinate Purple

📋 copy color: '#773260'

red 119 ◦ green 50 ◦ blue 96

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

Shades of Palatinate Purple #773260

Tints of Palatinate Purple #773260

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.87%

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

R = 44.91%
G = 18.87%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.19

 K value IS 0.53

RGB Variations

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

Color information

#773260 (or 0x773260) is known color: Palatinate Purple. HEX triplet: 77, 32 and 60. RGB value is (119,50,96). Sum of RGB (Red+Green+Blue) = 119+50+96=265 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.91% from 265); Green value is 50 (19.92% from 255 or 18.87% from 265); Blue value is 96 (37.89% from 255 or 36.23% from 265); Max value from RGB is 119 - color contains mainly: red. Hex color #773260 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773260 is #88CD9F. Grayscale: #4B4B4B. Windows color (decimal): -8965536 or 6304375. OLE color: 6304375.

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

Color convert

RGB 119 50 96 -
CMYK 0 0.58 0.19 0.53
HSL 320º 0.41% 0.33% -
HSV(B) 320º 0.58% 0.47% -
XYZ 10.86 7.05 11.85 -
YUV 75.88 139.36 158.76 -
System Red Green Blue C M Y K H S L
Decimal 119 50 96 0 0.58 0.19 0.53 320 0.41 0.33
Hex 77 32 60 0 3A 13 35 140 29 21
Octal 167 62 140 0 72 23 65 500 51 41
Binary 1110111 110010 1100000 0 111010 10011 110101 101000000 101001 100001

Color Harmonies of #773260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773260

Black with #773260

Text Example


Text Example

White with #773260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773260; }

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

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

background-color css

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

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

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

border-color css

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

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

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