#771E58

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

Shades of Palatinate Purple #771E58

Tints of Palatinate Purple #771E58

Color information

#771E58 (or 0x771E58) is unknown color: approx Palatinate Purple. HEX triplet: 77, 1E and 58. RGB value is (119,30,88). Sum of RGB (Red+Green+Blue) = 119+30+88=237 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.21% from 237); Green value is 30 (12.11% from 255 or 12.66% from 237); Blue value is 88 (34.77% from 255 or 37.13% from 237); Max value from RGB is 119 - color contains mainly: red. Hex color #771E58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771E58 is #88E1A7. Grayscale: #3F3F3F. Windows color (decimal): -8970664 or 5774967. OLE color: 5774967.

HSL color Cylindrical-coordinate representation of color #771E58: hue angle of 320.9º 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 #771E58 is Cyan = 0, Magento = 0.75, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB1193088-
CMYK00.750.260.53
HSL320.9º59.73%29.22%-
HSV(B)320.9º74.79%46.67%-
XYZ9.835.569.79-
YUV63.22141.99167.78-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50.21%
GREEN value IS 30 (12.11% from 255) = 12.66%
BLUE value IS 88 (34.77% from 255) = 37.13%
R=50.21%
G=12.66%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119308800.750.260.53320.959.7329.22
Hex771E5804B1A351413c1d
Octal16736130011332655017435
Binary1110111111101011000010010111101011010110100000111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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