#762764

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

Shades of Palatinate Purple #762764

Tints of Palatinate Purple #762764

Color information

#762764 (or 0x762764) is unknown color: approx Palatinate Purple. HEX triplet: 76, 27 and 64. RGB value is (118,39,100). Sum of RGB (Red+Green+Blue) = 118+39+100=257 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.91% from 257); Green value is 39 (15.62% from 255 or 15.18% from 257); Blue value is 100 (39.45% from 255 or 38.91% from 257); Max value from RGB is 118 - color contains mainly: red. Hex color #762764 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762764 is #89D89B. Grayscale: #454545. Windows color (decimal): -9033884 or 6563702. OLE color: 6563702.

HSL color Cylindrical-coordinate representation of color #762764: hue angle of 313.67º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #762764 is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB11839100-
CMYK00.670.150.54
HSL313.67º50.32%30.78%-
HSV(B)313.67º66.95%46.27%-
XYZ10.56.2212.7-
YUV69.58145.17162.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.91%
GREEN value IS 39 (15.62% from 255) = 15.18%
BLUE value IS 100 (39.45% from 255) = 38.91%
R=45.91%
G=15.18%
B=38.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1183910000.670.150.54313.6750.3230.78
Hex762764043F3613a321f
Octal16647144010317664726237
Binary1110110100111110010001000011111111011010011101011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762764; }

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

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

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

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

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

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

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

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