#732D6D

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

Shades of Palatinate Purple #732D6D

Tints of Palatinate Purple #732D6D

Color information

#732D6D (or 0x732D6D) is unknown color: approx Palatinate Purple. HEX triplet: 73, 2D and 6D. RGB value is (115,45,109). Sum of RGB (Red+Green+Blue) = 115+45+109=269 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.75% from 269); Green value is 45 (17.97% from 255 or 16.73% from 269); Blue value is 109 (42.97% from 255 or 40.52% from 269); Max value from RGB is 115 - color contains mainly: red. Hex color #732D6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732D6D is #8CD292. Grayscale: #494949. Windows color (decimal): -9228947 or 7155059. OLE color: 7155059.

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

Color convert

RGB11545109-
CMYK00.610.050.55
HSL305.14º43.75%31.37%-
HSV(B)305.14º60.87%45.1%-
XYZ10.776.6315.18-
YUV73.23148.19157.8-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.75%
GREEN value IS 45 (17.97% from 255) = 16.73%
BLUE value IS 109 (42.97% from 255) = 40.52%
R=42.75%
G=16.73%
B=40.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1154510900.610.050.55305.1443.7531.37
Hex732D6D03D5371312c1f
Octal163551550755674615437
Binary11100111011011101101011110110111011110011000110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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