#762E65

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

Shades of Palatinate Purple #762E65

Tints of Palatinate Purple #762E65

Color information

#762E65 (or 0x762E65) is unknown color: approx Palatinate Purple. HEX triplet: 76, 2E and 65. RGB value is (118,46,101). Sum of RGB (Red+Green+Blue) = 118+46+101=265 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.53% from 265); Green value is 46 (18.36% from 255 or 17.36% from 265); Blue value is 101 (39.84% from 255 or 38.11% from 265); Max value from RGB is 118 - color contains mainly: red. Hex color #762E65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762E65 is #89D19A. Grayscale: #494949. Windows color (decimal): -9032091 or 6631030. OLE color: 6631030.

HSL color Cylindrical-coordinate representation of color #762E65: hue angle of 314.17º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #762E65 is Cyan = 0, Magento = 0.61, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB11846101-
CMYK00.610.140.54
HSL314.17º43.9%32.16%-
HSV(B)314.17º61.02%46.27%-
XYZ10.86.7513.04-
YUV73.8143.35159.53-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.53%
GREEN value IS 46 (18.36% from 255) = 17.36%
BLUE value IS 101 (39.84% from 255) = 38.11%
R=44.53%
G=17.36%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1184610100.610.140.54314.1743.932.16
Hex762E6503DE3613a2c20
Octal1665614507516664725440
Binary1110110101110110010101111011110110110100111010101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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