#733560

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

Shades of Palatinate Purple #733560

Tints of Palatinate Purple #733560

Color information

#733560 (or 0x733560) is unknown color: approx Palatinate Purple. HEX triplet: 73, 35 and 60. RGB value is (115,53,96). Sum of RGB (Red+Green+Blue) = 115+53+96=264 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.56% from 264); Green value is 53 (21.09% from 255 or 20.08% from 264); Blue value is 96 (37.89% from 255 or 36.36% from 264); Max value from RGB is 115 - color contains mainly: red. Hex color #733560 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733560 is #8CCA9F. Grayscale: #4C4C4C. Windows color (decimal): -9226912 or 6305139. OLE color: 6305139.

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

Color convert

RGB1155396-
CMYK00.540.170.55
HSL318.39º36.9%32.94%-
HSV(B)318.39º53.91%45.1%-
XYZ10.457.0411.87-
YUV76.44139.04155.5-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.56%
GREEN value IS 53 (21.09% from 255) = 20.08%
BLUE value IS 96 (37.89% from 255) = 36.36%
R=43.56%
G=20.08%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115539600.540.170.55318.3936.932.94
Hex733560036113713e2521
Octal1636514006621674764541
Binary11100111101011100000011011010001110111100111110100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733560; }

 p { color: rgb(115,53,96); }

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

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

 a { background-color: rgb(115,53,96); }

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

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

 span { border-color: rgb(115,53,96); }

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