#77105E

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

Shades of Palatinate Purple #77105E

Tints of Palatinate Purple #77105E

Color information

#77105E (or 0x77105E) is unknown color: approx Palatinate Purple. HEX triplet: 77, 10 and 5E. RGB value is (119,16,94). Sum of RGB (Red+Green+Blue) = 119+16+94=229 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.97% from 229); Green value is 16 (6.64% from 255 or 6.99% from 229); Blue value is 94 (37.11% from 255 or 41.05% from 229); Max value from RGB is 119 - color contains mainly: red. Hex color #77105E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77105E is #88EFA1. Grayscale: #373737. Windows color (decimal): -8974242 or 6164599. OLE color: 6164599.

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

Color convert

RGB1191694-
CMYK00.870.210.53
HSL314.56º76.3%26.47%-
HSV(B)314.56º86.55%46.67%-
XYZ9.815.111.06-
YUV55.69149.62173.16-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.97%
GREEN value IS 16 (6.64% from 255) = 6.99%
BLUE value IS 94 (37.11% from 255) = 41.05%
R=51.97%
G=6.99%
B=41.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119169400.870.210.53314.5676.326.47
Hex77105E057153513b4c1a
Octal167201360127256547311432
Binary11101111000010111100101011110101110101100111011100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77105E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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