#77296E

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

Shades of Palatinate Purple #77296E

Tints of Palatinate Purple #77296E

Color information

#77296E (or 0x77296E) is unknown color: approx Palatinate Purple. HEX triplet: 77, 29 and 6E. RGB value is (119,41,110). Sum of RGB (Red+Green+Blue) = 119+41+110=270 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.07% from 270); Green value is 41 (16.41% from 255 or 15.19% from 270); Blue value is 110 (43.36% from 255 or 40.74% from 270); Max value from RGB is 119 - color contains mainly: red. Hex color #77296E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77296E is #88D691. Grayscale: #474747. Windows color (decimal): -8967826 or 7219575. OLE color: 7219575.

HSL color Cylindrical-coordinate representation of color #77296E: hue angle of 306.92º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #77296E is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB11941110-
CMYK00.660.080.53
HSL306.92º48.75%31.37%-
HSV(B)306.92º65.55%46.67%-
XYZ11.226.6315.44-
YUV72.19149.34161.39-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.07%
GREEN value IS 41 (16.41% from 255) = 15.19%
BLUE value IS 110 (43.36% from 255) = 40.74%
R=44.07%
G=15.19%
B=40.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1194111000.660.080.53306.9248.7531.37
Hex77296E042835133311f
Octal16751156010210654636137
Binary1110111101001110111001000010100011010110011001111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77296E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77296E; }

 p { color: rgb(119,41,110); }

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

<style>
 a { background-color: #77296E; }

 a { background-color: rgb(119,41,110); }

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

<style>
 span { border-color: #77296E; }

 span { border-color: rgb(119,41,110); }

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