#761E64

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

Shades of Palatinate Purple #761E64

Tints of Palatinate Purple #761E64

Color information

#761E64 (or 0x761E64) is unknown color: approx Palatinate Purple. HEX triplet: 76, 1E and 64. RGB value is (118,30,100). Sum of RGB (Red+Green+Blue) = 118+30+100=248 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.58% from 248); Green value is 30 (12.11% from 255 or 12.10% from 248); Blue value is 100 (39.45% from 255 or 40.32% from 248); Max value from RGB is 118 - color contains mainly: red. Hex color #761E64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #761E64 is #89E19B. Grayscale: #404040. Windows color (decimal): -9036188 or 6561398. OLE color: 6561398.

HSL color Cylindrical-coordinate representation of color #761E64: hue angle of 312.27º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #761E64 is Cyan = 0, Magento = 0.75, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB11830100-
CMYK00.750.150.54
HSL312.27º59.46%29.02%-
HSV(B)312.27º74.58%46.27%-
XYZ10.245.712.62-
YUV64.29148.15166.31-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.58%
GREEN value IS 30 (12.11% from 255) = 12.10%
BLUE value IS 100 (39.45% from 255) = 40.32%
R=47.58%
G=12.10%
B=40.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1183010000.750.150.54312.2759.4629.02
Hex761E6404BF361383b1d
Octal16636144011317664707335
Binary111011011110110010001001011111111011010011100011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761E64; }

 p { color: rgb(118,30,100); }

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

<style>
 a { background-color: #761E64; }

 a { background-color: rgb(118,30,100); }

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

<style>
 span { border-color: #761E64; }

 span { border-color: rgb(118,30,100); }

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