Html Css Color HEX #773661 Palatinate Purple

📋 copy color: '#773661'

red 119 ◦ green 54 ◦ blue 97

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

Shades of Palatinate Purple #773661

Tints of Palatinate Purple #773661

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20%

 BLUE value IS 97 (38.28% from 255) = 35.93%

R = 44.07%
G = 20%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#773661 (or 0x773661) is known color: Palatinate Purple. HEX triplet: 77, 36 and 61. RGB value is (119,54,97). Sum of RGB (Red+Green+Blue) = 119+54+97=270 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.07% from 270); Green value is 54 (21.48% from 255 or 20% from 270); Blue value is 97 (38.28% from 255 or 35.93% from 270); Max value from RGB is 119 - color contains mainly: red. Hex color #773661 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773661 is #88C99E. Grayscale: #4E4E4E. Windows color (decimal): -8964511 or 6370935. OLE color: 6370935.

HSL color Cylindrical-coordinate representation of color #773661: hue angle of 320.31º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #773661 is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 54 97 -
CMYK 0 0.55 0.18 0.53
HSL 320.31º 0.38% 0.34% -
HSV(B) 320.31º 0.55% 0.47% -
XYZ 11.08 7.42 12.16 -
YUV 78.34 138.53 157 -
System Red Green Blue C M Y K H S L
Decimal 119 54 97 0 0.55 0.18 0.53 320.31 0.38 0.34
Hex 77 36 61 0 37 12 35 140 26 22
Octal 167 66 141 0 67 22 65 500 46 42
Binary 1110111 110110 1100001 0 110111 10010 110101 101000000 100110 100010

Color Harmonies of #773661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773661

Black with #773661

Text Example


Text Example

White with #773661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773661; }

 p { color: rgb(119,54,97); }

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

background-color css

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

 a { background-color: rgb(119,54,97); }

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

border-color css

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

 span { border-color: rgb(119,54,97); }

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