#773967

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

Shades of Palatinate Purple #773967

Tints of Palatinate Purple #773967

Color information

#773967 (or 0x773967) is unknown color: approx Palatinate Purple. HEX triplet: 77, 39 and 67. RGB value is (119,57,103). Sum of RGB (Red+Green+Blue) = 119+57+103=279 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.65% from 279); Green value is 57 (22.66% from 255 or 20.43% from 279); Blue value is 103 (40.62% from 255 or 36.92% from 279); Max value from RGB is 119 - color contains mainly: red. Hex color #773967 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773967 is #88C698. Grayscale: #505050. Windows color (decimal): -8963737 or 6764919. OLE color: 6764919.

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

Color convert

RGB11957103-
CMYK00.520.130.53
HSL315.48º35.23%34.51%-
HSV(B)315.48º52.1%46.67%-
XYZ11.527.8313.74-
YUV80.78140.54155.26-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.65%
GREEN value IS 57 (22.66% from 255) = 20.43%
BLUE value IS 103 (40.62% from 255) = 36.92%
R=42.65%
G=20.43%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1195710300.520.130.53315.4835.2334.51
Hex773967034D3513b2323
Octal1677114706415654734343
Binary1110111111001110011101101001101110101100111011100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773967; }

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

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

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

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

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

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

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

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