#732B63

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

Shades of Palatinate Purple #732B63

Tints of Palatinate Purple #732B63

Color information

#732B63 (or 0x732B63) is unknown color: approx Palatinate Purple. HEX triplet: 73, 2B and 63. RGB value is (115,43,99). Sum of RGB (Red+Green+Blue) = 115+43+99=257 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.75% from 257); Green value is 43 (17.19% from 255 or 16.73% from 257); Blue value is 99 (39.06% from 255 or 38.52% from 257); Max value from RGB is 115 - color contains mainly: red. Hex color #732B63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732B63 is #8CD49C. Grayscale: #464646. Windows color (decimal): -9229469 or 6499187. OLE color: 6499187.

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

Color convert

RGB1154399-
CMYK00.630.140.55
HSL313.33º45.57%30.98%-
HSV(B)313.33º62.61%45.1%-
XYZ10.196.2712.48-
YUV70.91143.85159.45-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.75%
GREEN value IS 43 (17.19% from 255) = 16.73%
BLUE value IS 99 (39.06% from 255) = 38.52%
R=44.75%
G=16.73%
B=38.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115439900.630.140.55313.3345.5730.98
Hex732B6303FE371392e1f
Octal1635314307716674715637
Binary111001110101111000110111111111011011110011100110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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