#732963

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

Shades of Palatinate Purple #732963

Tints of Palatinate Purple #732963

Color information

#732963 (or 0x732963) is unknown color: approx Palatinate Purple. HEX triplet: 73, 29 and 63. RGB value is (115,41,99). Sum of RGB (Red+Green+Blue) = 115+41+99=255 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.10% from 255); Green value is 41 (16.41% from 255 or 16.08% from 255); Blue value is 99 (39.06% from 255 or 38.82% from 255); Max value from RGB is 115 - color contains mainly: red. Hex color #732963 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732963 is #8CD69C. Grayscale: #454545. Windows color (decimal): -9229981 or 6498675. OLE color: 6498675.

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

Color convert

RGB1154199-
CMYK00.640.140.55
HSL312.97º47.44%30.59%-
HSV(B)312.97º64.35%45.1%-
XYZ10.126.1312.45-
YUV69.74144.52160.28-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 45.10%
GREEN value IS 41 (16.41% from 255) = 16.08%
BLUE value IS 99 (39.06% from 255) = 38.82%
R=45.10%
G=16.08%
B=38.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115419900.640.140.55312.9747.4430.59
Hex732963040E371392f1f
Octal16351143010016674715737
Binary1110011101001110001101000000111011011110011100110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732963; }

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

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

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

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

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

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

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

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