#763268

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

Shades of Palatinate Purple #763268

Tints of Palatinate Purple #763268

Color information

#763268 (or 0x763268) is unknown color: approx Palatinate Purple. HEX triplet: 76, 32 and 68. RGB value is (118,50,104). Sum of RGB (Red+Green+Blue) = 118+50+104=272 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.38% from 272); Green value is 50 (19.92% from 255 or 18.38% from 272); Blue value is 104 (41.02% from 255 or 38.24% from 272); Max value from RGB is 118 - color contains mainly: red. Hex color #763268 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763268 is #89CD97. Grayscale: #4C4C4C. Windows color (decimal): -9031064 or 6828662. OLE color: 6828662.

HSL color Cylindrical-coordinate representation of color #763268: hue angle of 312.35º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #763268 is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.54.

Color convert

RGB11850104-
CMYK00.580.120.54
HSL312.35º40.48%32.94%-
HSV(B)312.35º57.63%46.27%-
XYZ11.117.1313.89-
YUV76.49143.53157.61-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.38%
GREEN value IS 50 (19.92% from 255) = 18.38%
BLUE value IS 104 (41.02% from 255) = 38.24%
R=43.38%
G=18.38%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.12
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1185010400.580.120.54312.3540.4832.94
Hex76326803AC361382821
Octal1666215007214664705041
Binary1110110110010110100001110101100110110100111000101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763268; }

 p { color: rgb(118,50,104); }

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

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

 a { background-color: rgb(118,50,104); }

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

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

 span { border-color: rgb(118,50,104); }

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