#732B68

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

Shades of Palatinate Purple #732B68

Tints of Palatinate Purple #732B68

Color information

#732B68 (or 0x732B68) is unknown color: approx Palatinate Purple. HEX triplet: 73, 2B and 68. RGB value is (115,43,104). Sum of RGB (Red+Green+Blue) = 115+43+104=262 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.89% from 262); Green value is 43 (17.19% from 255 or 16.41% from 262); Blue value is 104 (41.02% from 255 or 39.69% from 262); Max value from RGB is 115 - color contains mainly: red. Hex color #732B68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732B68 is #8CD497. Grayscale: #474747. Windows color (decimal): -9229464 or 6826867. OLE color: 6826867.

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

Color convert

RGB11543104-
CMYK00.630.100.55
HSL309.17º45.57%30.98%-
HSV(B)309.17º62.61%45.1%-
XYZ10.436.3713.78-
YUV71.48146.35159.04-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.89%
GREEN value IS 43 (17.19% from 255) = 16.41%
BLUE value IS 104 (41.02% from 255) = 39.69%
R=43.89%
G=16.41%
B=39.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1154310400.630.100.55309.1745.5730.98
Hex732B6803FA371352e1f
Octal1635315007712674655637
Binary111001110101111010000111111101011011110011010110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,43,104); }

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

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

 a { background-color: rgb(115,43,104); }

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

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

 span { border-color: rgb(115,43,104); }

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