Html Css Color HEX #773764 Palatinate Purple

📋 copy color: '#773764'

red 119 ◦ green 55 ◦ blue 100

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

Shades of Palatinate Purple #773764

Tints of Palatinate Purple #773764

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.07%

 BLUE value IS 100 (39.45% from 255) = 36.5%

R = 43.43%
G = 20.07%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#773764 (or 0x773764) is known color: Palatinate Purple. HEX triplet: 77, 37 and 64. RGB value is (119,55,100). Sum of RGB (Red+Green+Blue) = 119+55+100=274 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.43% from 274); Green value is 55 (21.88% from 255 or 20.07% from 274); Blue value is 100 (39.45% from 255 or 36.50% from 274); Max value from RGB is 119 - color contains mainly: red. Hex color #773764 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773764 is #88C89B. Grayscale: #4F4F4F. Windows color (decimal): -8964252 or 6567799. OLE color: 6567799.

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

Color convert

RGB 119 55 100 -
CMYK 0 0.54 0.16 0.53
HSL 317.81º 0.37% 0.34% -
HSV(B) 317.81º 0.54% 0.47% -
XYZ 11.27 7.57 12.92 -
YUV 79.27 139.7 156.34 -
System Red Green Blue C M Y K H S L
Decimal 119 55 100 0 0.54 0.16 0.53 317.81 0.37 0.34
Hex 77 37 64 0 36 10 35 13E 25 22
Octal 167 67 144 0 66 20 65 476 45 42
Binary 1110111 110111 1100100 0 110110 10000 110101 100111110 100101 100010

Color Harmonies of #773764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773764

Black with #773764

Text Example


Text Example

White with #773764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773764; }

 p { color: rgb(119,55,100); }

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

background-color css

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

 a { background-color: rgb(119,55,100); }

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

border-color css

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

 span { border-color: rgb(119,55,100); }

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