Html Css Color HEX #773A66 Palatinate Purple

📋 copy color: '#773A66'

red 119 ◦ green 58 ◦ blue 102

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

Shades of Palatinate Purple #773A66

Tints of Palatinate Purple #773A66

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.79%

 BLUE value IS 102 (40.23% from 255) = 36.56%

R = 42.65%
G = 20.79%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#773A66 (or 0x773A66) is known color: Palatinate Purple. HEX triplet: 77, 3A and 66. RGB value is (119,58,102). Sum of RGB (Red+Green+Blue) = 119+58+102=279 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.65% from 279); Green value is 58 (23.05% from 255 or 20.79% from 279); Blue value is 102 (40.23% from 255 or 36.56% from 279); Max value from RGB is 119 - color contains mainly: red. Hex color #773A66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773A66 is #88C599. Grayscale: #515151. Windows color (decimal): -8963482 or 6699639. OLE color: 6699639.

HSL color Cylindrical-coordinate representation of color #773A66: hue angle of 316.72º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #773A66 is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 58 102 -
CMYK 0 0.51 0.14 0.53
HSL 316.72º 0.34% 0.35% -
HSV(B) 316.72º 0.51% 0.47% -
XYZ 11.52 7.91 13.49 -
YUV 81.26 139.71 154.92 -
System Red Green Blue C M Y K H S L
Decimal 119 58 102 0 0.51 0.14 0.53 316.72 0.34 0.35
Hex 77 3A 66 0 33 E 35 13D 22 23
Octal 167 72 146 0 63 16 65 475 42 43
Binary 1110111 111010 1100110 0 110011 1110 110101 100111101 100010 100011

Color Harmonies of #773A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773A66

Black with #773A66

Text Example


Text Example

White with #773A66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773A66; }

 p { color: rgb(119,58,102); }

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

background-color css

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

 a { background-color: rgb(119,58,102); }

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

border-color css

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

 span { border-color: rgb(119,58,102); }

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