#732E6B

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

Shades of Palatinate Purple #732E6B

Tints of Palatinate Purple #732E6B

Color information

#732E6B (or 0x732E6B) is unknown color: approx Palatinate Purple. HEX triplet: 73, 2E and 6B. RGB value is (115,46,107). Sum of RGB (Red+Green+Blue) = 115+46+107=268 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.91% from 268); Green value is 46 (18.36% from 255 or 17.16% from 268); Blue value is 107 (42.19% from 255 or 39.93% from 268); Max value from RGB is 115 - color contains mainly: red. Hex color #732E6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732E6B is #8CD194. Grayscale: #494949. Windows color (decimal): -9228693 or 7024243. OLE color: 7024243.

HSL color Cylindrical-coordinate representation of color #732E6B: hue angle of 306.96º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #732E6B is Cyan = 0, Magento = 0.6, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB11546107-
CMYK00.60.070.55
HSL306.96º42.86%31.57%-
HSV(B)306.96º60%45.1%-
XYZ10.76.6614.63-
YUV73.59146.86157.54-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.91%
GREEN value IS 46 (18.36% from 255) = 17.16%
BLUE value IS 107 (42.19% from 255) = 39.93%
R=42.91%
G=17.16%
B=39.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1154610700.60.070.55306.9642.8631.57
Hex732E6B03C7371332b20
Octal163561530747674635340
Binary111001110111011010110111100111110111100110011101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,46,107); }

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

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

 a { background-color: rgb(115,46,107); }

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

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

 span { border-color: rgb(115,46,107); }

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