#773467

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

Shades of Palatinate Purple #773467

Tints of Palatinate Purple #773467

Color information

#773467 (or 0x773467) is unknown color: approx Palatinate Purple. HEX triplet: 77, 34 and 67. RGB value is (119,52,103). Sum of RGB (Red+Green+Blue) = 119+52+103=274 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.43% from 274); Green value is 52 (20.70% from 255 or 18.98% from 274); Blue value is 103 (40.62% from 255 or 37.59% from 274); Max value from RGB is 119 - color contains mainly: red. Hex color #773467 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773467 is #88CB98. Grayscale: #4D4D4D. Windows color (decimal): -8965017 or 6763639. OLE color: 6763639.

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

Color convert

RGB11952103-
CMYK00.560.130.53
HSL314.33º39.18%33.53%-
HSV(B)314.33º56.3%46.67%-
XYZ11.287.3613.66-
YUV77.85142.2157.35-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.43%
GREEN value IS 52 (20.70% from 255) = 18.98%
BLUE value IS 103 (40.62% from 255) = 37.59%
R=43.43%
G=18.98%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1195210300.560.130.53314.3339.1833.53
Hex773467038D3513a2722
Octal1676414707015654724742
Binary1110111110100110011101110001101110101100111010100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773467; }

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

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

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

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

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

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

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

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