#733363

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

Shades of Palatinate Purple #733363

Tints of Palatinate Purple #733363

Color information

#733363 (or 0x733363) is unknown color: approx Palatinate Purple. HEX triplet: 73, 33 and 63. RGB value is (115,51,99). Sum of RGB (Red+Green+Blue) = 115+51+99=265 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.40% from 265); Green value is 51 (20.31% from 255 or 19.25% from 265); Blue value is 99 (39.06% from 255 or 37.36% from 265); Max value from RGB is 115 - color contains mainly: red. Hex color #733363 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733363 is #8CCC9C. Grayscale: #4B4B4B. Windows color (decimal): -9227421 or 6501235. OLE color: 6501235.

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

Color convert

RGB1155199-
CMYK00.560.140.55
HSL315º38.55%32.55%-
HSV(B)315º55.65%45.1%-
XYZ10.516.9112.59-
YUV75.61141.2156.1-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.40%
GREEN value IS 51 (20.31% from 255) = 19.25%
BLUE value IS 99 (39.06% from 255) = 37.36%
R=43.40%
G=19.25%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115519900.560.140.5531538.5532.55
Hex733363038E3713b2721
Octal1636314307016674734741
Binary1110011110011110001101110001110110111100111011100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733363; }

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

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

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

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

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

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

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

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