#773E6A

Color #773E6A Palatinate Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palatinate Purple #773E6A

Tints of Palatinate Purple #773E6A

Color information

#773E6A (or 0x773E6A) is unknown color: approx Palatinate Purple. HEX triplet: 77, 3E and 6A. RGB value is (119,62,106). Sum of RGB (Red+Green+Blue) = 119+62+106=287 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.46% from 287); Green value is 62 (24.61% from 255 or 21.60% from 287); Blue value is 106 (41.80% from 255 or 36.93% from 287); Max value from RGB is 119 - color contains mainly: red. Hex color #773E6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773E6A is #88C195. Grayscale: #535353. Windows color (decimal): -8962454 or 6962807. OLE color: 6962807.

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

Color convert

RGB11962106-
CMYK00.480.110.53
HSL313.68º31.49%35.49%-
HSV(B)313.68º47.9%46.67%-
XYZ11.938.4114.63-
YUV84.06140.38152.92-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.46%
GREEN value IS 62 (24.61% from 255) = 21.60%
BLUE value IS 106 (41.80% from 255) = 36.93%
R=41.46%
G=21.60%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1196210600.480.110.53313.6831.4935.49
Hex773E6A030B3513a1f23
Octal1677615206013654723743
Binary111011111111011010100110000101111010110011101011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,62,106); }

 H1.HeaderClassName
 {
   color: #773E6A;
 }
 .AnyTagClassName
 {
   color: #773E6A;
 }
</style>
background-color css

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

 a { background-color: rgb(119,62,106); }

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

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

 span { border-color: rgb(119,62,106); }

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