#773067

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

Shades of Palatinate Purple #773067

Tints of Palatinate Purple #773067

Color information

#773067 (or 0x773067) is unknown color: approx Palatinate Purple. HEX triplet: 77, 30 and 67. RGB value is (119,48,103). Sum of RGB (Red+Green+Blue) = 119+48+103=270 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.07% from 270); Green value is 48 (19.14% from 255 or 17.78% from 270); Blue value is 103 (40.62% from 255 or 38.15% from 270); Max value from RGB is 119 - color contains mainly: red. Hex color #773067 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773067 is #88CF98. Grayscale: #4B4B4B. Windows color (decimal): -8966041 or 6762615. OLE color: 6762615.

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

Color convert

RGB11948103-
CMYK00.600.130.53
HSL313.52º42.51%32.75%-
HSV(B)313.52º59.66%46.67%-
XYZ11.117.0213.6-
YUV75.5143.52159.03-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.07%
GREEN value IS 48 (19.14% from 255) = 17.78%
BLUE value IS 103 (40.62% from 255) = 38.15%
R=44.07%
G=17.78%
B=38.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1194810300.600.130.53313.5242.5132.75
Hex77306703CD3513a2b21
Octal1676014707415654725341
Binary1110111110000110011101111001101110101100111010101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773067; }

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

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

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

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

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

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

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

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