#771C58

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

Shades of Palatinate Purple #771C58

Tints of Palatinate Purple #771C58

Color information

#771C58 (or 0x771C58) is unknown color: approx Palatinate Purple. HEX triplet: 77, 1C and 58. RGB value is (119,28,88). Sum of RGB (Red+Green+Blue) = 119+28+88=235 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.64% from 235); Green value is 28 (11.33% from 255 or 11.91% from 235); Blue value is 88 (34.77% from 255 or 37.45% from 235); Max value from RGB is 119 - color contains mainly: red. Hex color #771C58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771C58 is #88E3A7. Grayscale: #3D3D3D. Windows color (decimal): -8971176 or 5774455. OLE color: 5774455.

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

Color convert

RGB1192888-
CMYK00.760.260.53
HSL320.44º61.9%28.82%-
HSV(B)320.44º76.47%46.67%-
XYZ9.785.469.77-
YUV62.05142.65168.62-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50.64%
GREEN value IS 28 (11.33% from 255) = 11.91%
BLUE value IS 88 (34.77% from 255) = 37.45%
R=50.64%
G=11.91%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119288800.760.260.53320.4461.928.82
Hex771C5804C1A351403e1d
Octal16734130011432655007635
Binary1110111111001011000010011001101011010110100000011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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