#773367

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

Shades of Palatinate Purple #773367

Tints of Palatinate Purple #773367

Color information

#773367 (or 0x773367) is unknown color: approx Palatinate Purple. HEX triplet: 77, 33 and 67. RGB value is (119,51,103). Sum of RGB (Red+Green+Blue) = 119+51+103=273 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.59% from 273); Green value is 51 (20.31% from 255 or 18.68% from 273); Blue value is 103 (40.62% from 255 or 37.73% from 273); Max value from RGB is 119 - color contains mainly: red. Hex color #773367 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773367 is #88CC98. Grayscale: #4D4D4D. Windows color (decimal): -8965273 or 6763383. OLE color: 6763383.

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

Color convert

RGB11951103-
CMYK00.570.130.53
HSL314.12º40%33.33%-
HSV(B)314.12º57.14%46.67%-
XYZ11.247.2713.64-
YUV77.26142.53157.77-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.59%
GREEN value IS 51 (20.31% from 255) = 18.68%
BLUE value IS 103 (40.62% from 255) = 37.73%
R=43.59%
G=18.68%
B=37.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1195110300.570.130.53314.124033.33
Hex773367039D3513a2821
Octal1676314707115654725041
Binary1110111110011110011101110011101110101100111010101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773367; }

 p { color: rgb(119,51,103); }

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

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

 a { background-color: rgb(119,51,103); }

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

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

 span { border-color: rgb(119,51,103); }

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