#772A6C

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

Shades of Palatinate Purple #772A6C

Tints of Palatinate Purple #772A6C

Color information

#772A6C (or 0x772A6C) is unknown color: approx Palatinate Purple. HEX triplet: 77, 2A and 6C. RGB value is (119,42,108). Sum of RGB (Red+Green+Blue) = 119+42+108=269 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.24% from 269); Green value is 42 (16.80% from 255 or 15.61% from 269); Blue value is 108 (42.58% from 255 or 40.15% from 269); Max value from RGB is 119 - color contains mainly: red. Hex color #772A6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772A6C is #88D593. Grayscale: #484848. Windows color (decimal): -8967572 or 7088759. OLE color: 7088759.

HSL color Cylindrical-coordinate representation of color #772A6C: hue angle of 308.57º 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 #772A6C is Cyan = 0, Magento = 0.65, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB11942108-
CMYK00.650.090.53
HSL308.57º47.83%31.57%-
HSV(B)308.57º64.71%46.67%-
XYZ11.146.6614.89-
YUV72.55148.01161.13-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.24%
GREEN value IS 42 (16.80% from 255) = 15.61%
BLUE value IS 108 (42.58% from 255) = 40.15%
R=44.24%
G=15.61%
B=40.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1194210800.650.090.53308.5747.8331.57
Hex772A6C0419351353020
Octal16752154010111654656040
Binary11101111010101101100010000011001110101100110101110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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