#761D65

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

Shades of Palatinate Purple #761D65

Tints of Palatinate Purple #761D65

Color information

#761D65 (or 0x761D65) is unknown color: approx Palatinate Purple. HEX triplet: 76, 1D and 65. RGB value is (118,29,101). Sum of RGB (Red+Green+Blue) = 118+29+101=248 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.58% from 248); Green value is 29 (11.72% from 255 or 11.69% from 248); Blue value is 101 (39.84% from 255 or 40.73% from 248); Max value from RGB is 118 - color contains mainly: red. Hex color #761D65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #761D65 is #89E29A. Grayscale: #3F3F3F. Windows color (decimal): -9036443 or 6626678. OLE color: 6626678.

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

Color convert

RGB11829101-
CMYK00.750.140.54
HSL311.46º60.54%28.82%-
HSV(B)311.46º75.42%46.27%-
XYZ10.265.6712.87-
YUV63.82148.99166.65-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.58%
GREEN value IS 29 (11.72% from 255) = 11.69%
BLUE value IS 101 (39.84% from 255) = 40.73%
R=47.58%
G=11.69%
B=40.73%

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
Decimal1182910100.750.140.54311.4660.5428.82
Hex761D6504BE361373d1d
Octal16635145011316664677535
Binary111011011101110010101001011111011011010011011111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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