#762E6E

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

Shades of Palatinate Purple #762E6E

Tints of Palatinate Purple #762E6E

Color information

#762E6E (or 0x762E6E) is unknown color: approx Palatinate Purple. HEX triplet: 76, 2E and 6E. RGB value is (118,46,110). Sum of RGB (Red+Green+Blue) = 118+46+110=274 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.07% from 274); Green value is 46 (18.36% from 255 or 16.79% from 274); Blue value is 110 (43.36% from 255 or 40.15% from 274); Max value from RGB is 118 - color contains mainly: red. Hex color #762E6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762E6E is #89D191. Grayscale: #4A4A4A. Windows color (decimal): -9032082 or 7220854. OLE color: 7220854.

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

Color convert

RGB11846110-
CMYK00.610.070.54
HSL306.67º43.9%32.16%-
HSV(B)306.67º61.02%46.27%-
XYZ11.266.9315.5-
YUV74.82147.85158.8-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.07%
GREEN value IS 46 (18.36% from 255) = 16.79%
BLUE value IS 110 (43.36% from 255) = 40.15%
R=43.07%
G=16.79%
B=40.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1184611000.610.070.54306.6743.932.16
Hex762E6E03D7361332c20
Octal166561560757664635440
Binary111011010111011011100111101111110110100110011101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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