#762E64

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

Shades of Palatinate Purple #762E64

Tints of Palatinate Purple #762E64

Color information

#762E64 (or 0x762E64) is unknown color: approx Palatinate Purple. HEX triplet: 76, 2E and 64. RGB value is (118,46,100). Sum of RGB (Red+Green+Blue) = 118+46+100=264 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.70% from 264); Green value is 46 (18.36% from 255 or 17.42% from 264); Blue value is 100 (39.45% from 255 or 37.88% from 264); Max value from RGB is 118 - color contains mainly: red. Hex color #762E64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762E64 is #89D19B. Grayscale: #494949. Windows color (decimal): -9032092 or 6565494. OLE color: 6565494.

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

Color convert

RGB11846100-
CMYK00.610.150.54
HSL315º43.9%32.16%-
HSV(B)315º61.02%46.27%-
XYZ10.756.7312.79-
YUV73.68142.85159.61-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.70%
GREEN value IS 46 (18.36% from 255) = 17.42%
BLUE value IS 100 (39.45% from 255) = 37.88%
R=44.70%
G=17.42%
B=37.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1184610000.610.150.5431543.932.16
Hex762E6403DF3613b2c20
Octal1665614407517664735440
Binary1110110101110110010001111011111110110100111011101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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