#761E65

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

Shades of Palatinate Purple #761E65

Tints of Palatinate Purple #761E65

Color information

#761E65 (or 0x761E65) is unknown color: approx Palatinate Purple. HEX triplet: 76, 1E and 65. RGB value is (118,30,101). Sum of RGB (Red+Green+Blue) = 118+30+101=249 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.39% from 249); Green value is 30 (12.11% from 255 or 12.05% from 249); Blue value is 101 (39.84% from 255 or 40.56% from 249); Max value from RGB is 118 - color contains mainly: red. Hex color #761E65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #761E65 is #89E19A. Grayscale: #404040. Windows color (decimal): -9036187 or 6626934. OLE color: 6626934.

HSL color Cylindrical-coordinate representation of color #761E65: hue angle of 311.59º 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 #761E65 is Cyan = 0, Magento = 0.75, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB11830101-
CMYK00.750.140.54
HSL311.59º59.46%29.02%-
HSV(B)311.59º74.58%46.27%-
XYZ10.285.7212.87-
YUV64.41148.65166.23-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.39%
GREEN value IS 30 (12.11% from 255) = 12.05%
BLUE value IS 101 (39.84% from 255) = 40.56%
R=47.39%
G=12.05%
B=40.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1183010100.750.140.54311.5959.4629.02
Hex761E6504BE361383b1d
Octal16636145011316664707335
Binary111011011110110010101001011111011011010011100011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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