#770E5E

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

Shades of Palatinate Purple #770E5E

Tints of Palatinate Purple #770E5E

Color information

#770E5E (or 0x770E5E) is unknown color: approx Palatinate Purple. HEX triplet: 77, 0E and 5E. RGB value is (119,14,94). Sum of RGB (Red+Green+Blue) = 119+14+94=227 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.42% from 227); Green value is 14 (5.86% from 255 or 6.17% from 227); Blue value is 94 (37.11% from 255 or 41.41% from 227); Max value from RGB is 119 - color contains mainly: red. Hex color #770E5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770E5E is #88F1A1. Grayscale: #363636. Windows color (decimal): -8974754 or 6164087. OLE color: 6164087.

HSL color Cylindrical-coordinate representation of color #770E5E: hue angle of 314.29º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #770E5E is Cyan = 0, Magento = 0.88, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB1191494-
CMYK00.880.210.53
HSL314.29º78.95%26.08%-
HSV(B)314.29º88.24%46.67%-
XYZ9.795.0411.05-
YUV54.51150.29174-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 52.42%
GREEN value IS 14 (5.86% from 255) = 6.17%
BLUE value IS 94 (37.11% from 255) = 41.41%
R=52.42%
G=6.17%
B=41.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119149400.880.210.53314.2978.9526.08
Hex77E5E058153513a4f1a
Octal167161360130256547211732
Binary1110111111010111100101100010101110101100111010100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770E5E; }

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

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

<style>
 a { background-color: #770E5E; }

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

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

<style>
 span { border-color: #770E5E; }

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

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