#733660

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

Shades of Palatinate Purple #733660

Tints of Palatinate Purple #733660

Color information

#733660 (or 0x733660) is unknown color: approx Palatinate Purple. HEX triplet: 73, 36 and 60. RGB value is (115,54,96). Sum of RGB (Red+Green+Blue) = 115+54+96=265 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.40% from 265); Green value is 54 (21.48% from 255 or 20.38% from 265); Blue value is 96 (37.89% from 255 or 36.23% from 265); Max value from RGB is 115 - color contains mainly: red. Hex color #733660 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733660 is #8CC99F. Grayscale: #4C4C4C. Windows color (decimal): -9226656 or 6305395. OLE color: 6305395.

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

Color convert

RGB1155496-
CMYK00.530.170.55
HSL318.69º36.09%33.14%-
HSV(B)318.69º53.04%45.1%-
XYZ10.57.1311.89-
YUV77.03138.71155.08-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.40%
GREEN value IS 54 (21.48% from 255) = 20.38%
BLUE value IS 96 (37.89% from 255) = 36.23%
R=43.40%
G=20.38%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115549600.530.170.55318.6936.0933.14
Hex733660035113713f2421
Octal1636614006521674774441
Binary11100111101101100000011010110001110111100111111100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733660; }

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

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

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

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

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

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

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

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