#762E6D

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

Shades of Palatinate Purple #762E6D

Tints of Palatinate Purple #762E6D

Color information

#762E6D (or 0x762E6D) is unknown color: approx Palatinate Purple. HEX triplet: 76, 2E and 6D. RGB value is (118,46,109). Sum of RGB (Red+Green+Blue) = 118+46+109=273 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.22% from 273); Green value is 46 (18.36% from 255 or 16.85% from 273); Blue value is 109 (42.97% from 255 or 39.93% from 273); Max value from RGB is 118 - color contains mainly: red. Hex color #762E6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762E6D is #89D192. Grayscale: #4A4A4A. Windows color (decimal): -9032083 or 7155318. OLE color: 7155318.

HSL color Cylindrical-coordinate representation of color #762E6D: hue angle of 307.5º 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 #762E6D is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB11846109-
CMYK00.610.080.54
HSL307.5º43.9%32.16%-
HSV(B)307.5º61.02%46.27%-
XYZ11.216.9115.21-
YUV74.71147.35158.88-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.22%
GREEN value IS 46 (18.36% from 255) = 16.85%
BLUE value IS 109 (42.97% from 255) = 39.93%
R=43.22%
G=16.85%
B=39.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1184610900.610.080.54307.543.932.16
Hex762E6D03D8361342c20
Octal1665615507510664645440
Binary1110110101110110110101111011000110110100110100101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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