#732D63

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

Shades of Palatinate Purple #732D63

Tints of Palatinate Purple #732D63

Color information

#732D63 (or 0x732D63) is unknown color: approx Palatinate Purple. HEX triplet: 73, 2D and 63. RGB value is (115,45,99). Sum of RGB (Red+Green+Blue) = 115+45+99=259 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.40% from 259); Green value is 45 (17.97% from 255 or 17.37% from 259); Blue value is 99 (39.06% from 255 or 38.22% from 259); Max value from RGB is 115 - color contains mainly: red. Hex color #732D63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732D63 is #8CD29C. Grayscale: #474747. Windows color (decimal): -9228957 or 6499699. OLE color: 6499699.

HSL color Cylindrical-coordinate representation of color #732D63: hue angle of 313.71º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #732D63 is Cyan = 0, Magento = 0.61, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB1154599-
CMYK00.610.140.55
HSL313.71º43.75%31.37%-
HSV(B)313.71º60.87%45.1%-
XYZ10.266.4212.5-
YUV72.09143.19158.61-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.40%
GREEN value IS 45 (17.97% from 255) = 17.37%
BLUE value IS 99 (39.06% from 255) = 38.22%
R=44.40%
G=17.37%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115459900.610.140.55313.7143.7531.37
Hex732D6303DE3713a2c1f
Octal1635514307516674725437
Binary111001110110111000110111101111011011110011101010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732D63; }

 p { color: rgb(115,45,99); }

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

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

 a { background-color: rgb(115,45,99); }

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

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

 span { border-color: rgb(115,45,99); }

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