#732D66

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

Shades of Palatinate Purple #732D66

Tints of Palatinate Purple #732D66

Color information

#732D66 (or 0x732D66) is unknown color: approx Palatinate Purple. HEX triplet: 73, 2D and 66. RGB value is (115,45,102). Sum of RGB (Red+Green+Blue) = 115+45+102=262 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.89% from 262); Green value is 45 (17.97% from 255 or 17.18% from 262); Blue value is 102 (40.23% from 255 or 38.93% from 262); Max value from RGB is 115 - color contains mainly: red. Hex color #732D66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732D66 is #8CD299. Grayscale: #484848. Windows color (decimal): -9228954 or 6696307. OLE color: 6696307.

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

Color convert

RGB11545102-
CMYK00.610.110.55
HSL311.14º43.75%31.37%-
HSV(B)311.14º60.87%45.1%-
XYZ10.416.4813.27-
YUV72.43144.69158.37-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.89%
GREEN value IS 45 (17.97% from 255) = 17.18%
BLUE value IS 102 (40.23% from 255) = 38.93%
R=43.89%
G=17.18%
B=38.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1154510200.610.110.55311.1443.7531.37
Hex732D6603DB371372c1f
Octal1635514607513674675437
Binary111001110110111001100111101101111011110011011110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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