#772A5D

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

Shades of Palatinate Purple #772A5D

Tints of Palatinate Purple #772A5D

Color information

#772A5D (or 0x772A5D) is unknown color: approx Palatinate Purple. HEX triplet: 77, 2A and 5D. RGB value is (119,42,93). Sum of RGB (Red+Green+Blue) = 119+42+93=254 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.85% from 254); Green value is 42 (16.80% from 255 or 16.54% from 254); Blue value is 93 (36.72% from 255 or 36.61% from 254); Max value from RGB is 119 - color contains mainly: red. Hex color #772A5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772A5D is #88D5A2. Grayscale: #464646. Windows color (decimal): -8967587 or 6105719. OLE color: 6105719.

HSL color Cylindrical-coordinate representation of color #772A5D: hue angle of 320.26º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #772A5D is Cyan = 0, Magento = 0.65, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB1194293-
CMYK00.650.220.53
HSL320.26º47.83%31.57%-
HSV(B)320.26º64.71%46.67%-
XYZ10.416.3711.04-
YUV70.84140.51162.35-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.85%
GREEN value IS 42 (16.80% from 255) = 16.54%
BLUE value IS 93 (36.72% from 255) = 36.61%
R=46.85%
G=16.54%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119429300.650.220.53320.2647.8331.57
Hex772A5D04116351403020
Octal16752135010126655006040
Binary111011110101010111010100000110110110101101000000110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772A5D; }

 p { color: rgb(119,42,93); }

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

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

 a { background-color: rgb(119,42,93); }

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

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

 span { border-color: rgb(119,42,93); }

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