#733960

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

Shades of Palatinate Purple #733960

Tints of Palatinate Purple #733960

Color information

#733960 (or 0x733960) is unknown color: approx Palatinate Purple. HEX triplet: 73, 39 and 60. RGB value is (115,57,96). Sum of RGB (Red+Green+Blue) = 115+57+96=268 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.91% from 268); Green value is 57 (22.66% from 255 or 21.27% from 268); Blue value is 96 (37.89% from 255 or 35.82% from 268); Max value from RGB is 115 - color contains mainly: red. Hex color #733960 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733960 is #8CC69F. Grayscale: #4E4E4E. Windows color (decimal): -9225888 or 6306163. OLE color: 6306163.

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

Color convert

RGB1155796-
CMYK00.500.170.55
HSL319.66º33.72%33.73%-
HSV(B)319.66º50.43%45.1%-
XYZ10.647.4211.94-
YUV78.79137.72153.83-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.91%
GREEN value IS 57 (22.66% from 255) = 21.27%
BLUE value IS 96 (37.89% from 255) = 35.82%
R=42.91%
G=21.27%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115579600.500.170.55319.6633.7233.73
Hex73396003211371402222
Octal1637114006221675004242
Binary11100111110011100000011001010001110111101000000100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733960; }

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

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

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

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

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

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

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

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