#762D5C

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

Shades of Palatinate Purple #762D5C

Tints of Palatinate Purple #762D5C

Color information

#762D5C (or 0x762D5C) is unknown color: approx Palatinate Purple. HEX triplet: 76, 2D and 5C. RGB value is (118,45,92). Sum of RGB (Red+Green+Blue) = 118+45+92=255 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.27% from 255); Green value is 45 (17.97% from 255 or 17.65% from 255); Blue value is 92 (36.33% from 255 or 36.08% from 255); Max value from RGB is 118 - color contains mainly: red. Hex color #762D5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762D5C is #89D2A3. Grayscale: #484848. Windows color (decimal): -9032356 or 6040950. OLE color: 6040950.

HSL color Cylindrical-coordinate representation of color #762D5C: hue angle of 321.37º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #762D5C is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB1184592-
CMYK00.620.220.54
HSL321.37º44.79%31.96%-
HSV(B)321.37º61.86%46.27%-
XYZ10.346.510.83-
YUV72.18139.18160.68-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.27%
GREEN value IS 45 (17.97% from 255) = 17.65%
BLUE value IS 92 (36.33% from 255) = 36.08%
R=46.27%
G=17.65%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.22
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118459200.620.220.54321.3744.7931.96
Hex762D5C03E16361412d20
Octal1665513407626665015540
Binary11101101011011011100011111010110110110101000001101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,45,92); }

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

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

 a { background-color: rgb(118,45,92); }

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

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

 span { border-color: rgb(118,45,92); }

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