#732B6C

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

Shades of Palatinate Purple #732B6C

Tints of Palatinate Purple #732B6C

Color information

#732B6C (or 0x732B6C) is unknown color: approx Palatinate Purple. HEX triplet: 73, 2B and 6C. RGB value is (115,43,108). Sum of RGB (Red+Green+Blue) = 115+43+108=266 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.23% from 266); Green value is 43 (17.19% from 255 or 16.17% from 266); Blue value is 108 (42.58% from 255 or 40.60% from 266); Max value from RGB is 115 - color contains mainly: red. Hex color #732B6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732B6C is #8CD493. Grayscale: #474747. Windows color (decimal): -9229460 or 7089011. OLE color: 7089011.

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

Color convert

RGB11543108-
CMYK00.630.060.55
HSL305.83º45.57%30.98%-
HSV(B)305.83º62.61%45.1%-
XYZ10.646.4614.87-
YUV71.94148.35158.71-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.23%
GREEN value IS 43 (17.19% from 255) = 16.17%
BLUE value IS 108 (42.58% from 255) = 40.60%
R=43.23%
G=16.17%
B=40.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1154310800.630.060.55305.8345.5730.98
Hex732B6C03F6371322e1f
Octal163531540776674625637
Binary11100111010111101100011111111011011110011001010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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