#770E5C

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

Shades of Palatinate Purple #770E5C

Tints of Palatinate Purple #770E5C

Color information

#770E5C (or 0x770E5C) is unknown color: approx Palatinate Purple. HEX triplet: 77, 0E and 5C. RGB value is (119,14,92). Sum of RGB (Red+Green+Blue) = 119+14+92=225 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.89% from 225); Green value is 14 (5.86% from 255 or 6.22% from 225); Blue value is 92 (36.33% from 255 or 40.89% from 225); Max value from RGB is 119 - color contains mainly: red. Hex color #770E5C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770E5C is #88F1A3. Grayscale: #363636. Windows color (decimal): -8974756 or 6033015. OLE color: 6033015.

HSL color Cylindrical-coordinate representation of color #770E5C: hue angle of 315.43º 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 #770E5C is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB1191492-
CMYK00.880.230.53
HSL315.43º78.95%26.08%-
HSV(B)315.43º88.24%46.67%-
XYZ9.75.0110.58-
YUV54.29149.29174.16-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 52.89%
GREEN value IS 14 (5.86% from 255) = 6.22%
BLUE value IS 92 (36.33% from 255) = 40.89%
R=52.89%
G=6.22%
B=40.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119149200.880.230.53315.4378.9526.08
Hex77E5C058173513b4f1a
Octal167161340130276547311732
Binary1110111111010111000101100010111110101100111011100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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