#771E67

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

Shades of Palatinate Purple #771E67

Tints of Palatinate Purple #771E67

Color information

#771E67 (or 0x771E67) is unknown color: approx Palatinate Purple. HEX triplet: 77, 1E and 67. RGB value is (119,30,103). Sum of RGB (Red+Green+Blue) = 119+30+103=252 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.22% from 252); Green value is 30 (12.11% from 255 or 11.90% from 252); Blue value is 103 (40.62% from 255 or 40.87% from 252); Max value from RGB is 119 - color contains mainly: red. Hex color #771E67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771E67 is #88E198. Grayscale: #404040. Windows color (decimal): -8970649 or 6758007. OLE color: 6758007.

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

Color convert

RGB11930103-
CMYK00.750.130.53
HSL310.79º59.73%29.22%-
HSV(B)310.79º74.79%46.67%-
XYZ10.525.8313.4-
YUV64.93149.49166.56-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.22%
GREEN value IS 30 (12.11% from 255) = 11.90%
BLUE value IS 103 (40.62% from 255) = 40.87%
R=47.22%
G=11.90%
B=40.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1193010300.750.130.53310.7959.7329.22
Hex771E6704BD351373c1d
Octal16736147011315654677435
Binary111011111110110011101001011110111010110011011111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771E67; }

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

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

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

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

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

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

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

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