#77175D

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

Shades of Palatinate Purple #77175D

Tints of Palatinate Purple #77175D

Color information

#77175D (or 0x77175D) is unknown color: approx Palatinate Purple. HEX triplet: 77, 17 and 5D. RGB value is (119,23,93). Sum of RGB (Red+Green+Blue) = 119+23+93=235 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.64% from 235); Green value is 23 (9.38% from 255 or 9.79% from 235); Blue value is 93 (36.72% from 255 or 39.57% from 235); Max value from RGB is 119 - color contains mainly: red. Hex color #77175D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77175D is #88E8A2. Grayscale: #3B3B3B. Windows color (decimal): -8972451 or 6100855. OLE color: 6100855.

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

Color convert

RGB1192393-
CMYK00.810.220.53
HSL316.25º67.61%27.84%-
HSV(B)316.25º80.67%46.67%-
XYZ9.895.3310.86-
YUV59.68146.8170.31-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50.64%
GREEN value IS 23 (9.38% from 255) = 9.79%
BLUE value IS 93 (36.72% from 255) = 39.57%
R=50.64%
G=9.79%
B=39.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119239300.810.220.53316.2567.6127.84
Hex77175D051163513c441c
Octal167271350121266547410434
Binary11101111011110111010101000110110110101100111100100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77175D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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