#732C68

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

Shades of Palatinate Purple #732C68

Tints of Palatinate Purple #732C68

Color information

#732C68 (or 0x732C68) is unknown color: approx Palatinate Purple. HEX triplet: 73, 2C and 68. RGB value is (115,44,104). Sum of RGB (Red+Green+Blue) = 115+44+104=263 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.73% from 263); Green value is 44 (17.58% from 255 or 16.73% from 263); Blue value is 104 (41.02% from 255 or 39.54% from 263); Max value from RGB is 115 - color contains mainly: red. Hex color #732C68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732C68 is #8CD397. Grayscale: #474747. Windows color (decimal): -9229208 or 6827123. OLE color: 6827123.

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

Color convert

RGB11544104-
CMYK00.620.100.55
HSL309.3º44.65%31.18%-
HSV(B)309.3º61.74%45.1%-
XYZ10.476.4513.79-
YUV72.07146.02158.62-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.73%
GREEN value IS 44 (17.58% from 255) = 16.73%
BLUE value IS 104 (41.02% from 255) = 39.54%
R=43.73%
G=16.73%
B=39.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1154410400.620.100.55309.344.6531.18
Hex732C6803EA371352d1f
Octal1635415007612674655537
Binary111001110110011010000111110101011011110011010110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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