#732D5D

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

Shades of Palatinate Purple #732D5D

Tints of Palatinate Purple #732D5D

Color information

#732D5D (or 0x732D5D) is unknown color: approx Palatinate Purple. HEX triplet: 73, 2D and 5D. RGB value is (115,45,93). Sum of RGB (Red+Green+Blue) = 115+45+93=253 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.45% from 253); Green value is 45 (17.97% from 255 or 17.79% from 253); Blue value is 93 (36.72% from 255 or 36.76% from 253); Max value from RGB is 115 - color contains mainly: red. Hex color #732D5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732D5D is #8CD2A2. Grayscale: #474747. Windows color (decimal): -9228963 or 6106483. OLE color: 6106483.

HSL color Cylindrical-coordinate representation of color #732D5D: hue angle of 318.86º 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 #732D5D is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB1154593-
CMYK00.610.190.55
HSL318.86º43.75%31.37%-
HSV(B)318.86º60.87%45.1%-
XYZ9.986.3111.05-
YUV71.4140.19159.1-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 45.45%
GREEN value IS 45 (17.97% from 255) = 17.79%
BLUE value IS 93 (36.72% from 255) = 36.76%
R=45.45%
G=17.79%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115459300.610.190.55318.8643.7531.37
Hex732D5D03D133713f2c1f
Octal1635513507523674775437
Binary1110011101101101110101111011001111011110011111110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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