#762E6C

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

Shades of Palatinate Purple #762E6C

Tints of Palatinate Purple #762E6C

Color information

#762E6C (or 0x762E6C) is unknown color: approx Palatinate Purple. HEX triplet: 76, 2E and 6C. RGB value is (118,46,108). Sum of RGB (Red+Green+Blue) = 118+46+108=272 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.38% from 272); Green value is 46 (18.36% from 255 or 16.91% from 272); Blue value is 108 (42.58% from 255 or 39.71% from 272); Max value from RGB is 118 - color contains mainly: red. Hex color #762E6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762E6C is #89D193. Grayscale: #4A4A4A. Windows color (decimal): -9032084 or 7089782. OLE color: 7089782.

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

Color convert

RGB11846108-
CMYK00.610.080.54
HSL308.33º43.9%32.16%-
HSV(B)308.33º61.02%46.27%-
XYZ11.156.8914.93-
YUV74.6146.85158.96-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.38%
GREEN value IS 46 (18.36% from 255) = 16.91%
BLUE value IS 108 (42.58% from 255) = 39.71%
R=43.38%
G=16.91%
B=39.71%

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
Decimal1184610800.610.080.54308.3343.932.16
Hex762E6C03D8361342c20
Octal1665615407510664645440
Binary1110110101110110110001111011000110110100110100101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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