#77245E

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

Shades of Palatinate Purple #77245E

Tints of Palatinate Purple #77245E

Color information

#77245E (or 0x77245E) is unknown color: approx Palatinate Purple. HEX triplet: 77, 24 and 5E. RGB value is (119,36,94). Sum of RGB (Red+Green+Blue) = 119+36+94=249 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.79% from 249); Green value is 36 (14.45% from 255 or 14.46% from 249); Blue value is 94 (37.11% from 255 or 37.75% from 249); Max value from RGB is 119 - color contains mainly: red. Hex color #77245E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77245E is #88DBA1. Grayscale: #434343. Windows color (decimal): -8969122 or 6169719. OLE color: 6169719.

HSL color Cylindrical-coordinate representation of color #77245E: hue angle of 318.07º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #77245E is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB1193694-
CMYK00.700.210.53
HSL318.07º53.55%30.39%-
HSV(B)318.07º69.75%46.67%-
XYZ10.265.9911.21-
YUV67.43143164.78-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.79%
GREEN value IS 36 (14.45% from 255) = 14.46%
BLUE value IS 94 (37.11% from 255) = 37.75%
R=47.79%
G=14.46%
B=37.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119369400.700.210.53318.0753.5530.39
Hex77245E046153513e361e
Octal16744136010625654766636
Binary11101111001001011110010001101010111010110011111011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77245E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,36,94); }

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

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

 a { background-color: rgb(119,36,94); }

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

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

 span { border-color: rgb(119,36,94); }

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