#77235D

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

Shades of Palatinate Purple #77235D

Tints of Palatinate Purple #77235D

Color information

#77235D (or 0x77235D) is unknown color: approx Palatinate Purple. HEX triplet: 77, 23 and 5D. RGB value is (119,35,93). Sum of RGB (Red+Green+Blue) = 119+35+93=247 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.18% from 247); Green value is 35 (14.06% from 255 or 14.17% from 247); Blue value is 93 (36.72% from 255 or 37.65% from 247); Max value from RGB is 119 - color contains mainly: red. Hex color #77235D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77235D is #88DCA2. Grayscale: #424242. Windows color (decimal): -8969379 or 6103927. OLE color: 6103927.

HSL color Cylindrical-coordinate representation of color #77235D: hue angle of 318.57º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #77235D is Cyan = 0, Magento = 0.71, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB1193593-
CMYK00.710.220.53
HSL318.57º54.55%30.2%-
HSV(B)318.57º70.59%46.67%-
XYZ10.185.9110.96-
YUV66.73142.83165.28-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.18%
GREEN value IS 35 (14.06% from 255) = 14.17%
BLUE value IS 93 (36.72% from 255) = 37.65%
R=48.18%
G=14.17%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119359300.710.220.53318.5754.5530.2
Hex77235D047163513f371e
Octal16743135010726654776736
Binary11101111000111011101010001111011011010110011111111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77235D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77235D; }

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

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

<style>
 a { background-color: #77235D; }

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

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

<style>
 span { border-color: #77235D; }

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

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