#733A64

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

Shades of Palatinate Purple #733A64

Tints of Palatinate Purple #733A64

Color information

#733A64 (or 0x733A64) is unknown color: approx Palatinate Purple. HEX triplet: 73, 3A and 64. RGB value is (115,58,100). Sum of RGB (Red+Green+Blue) = 115+58+100=273 (36% of max value = 765). Red value is 115 (45.31% from 255 or 42.12% from 273); Green value is 58 (23.05% from 255 or 21.25% from 273); Blue value is 100 (39.45% from 255 or 36.63% from 273); Max value from RGB is 115 - color contains mainly: red. Hex color #733A64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733A64 is #8CC59B. Grayscale: #4F4F4F. Windows color (decimal): -9225628 or 6568563. OLE color: 6568563.

HSL color Cylindrical-coordinate representation of color #733A64: hue angle of 315.79º degrees, saturation: 0.33, 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 #733A64 is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB11558100-
CMYK00.500.130.55
HSL315.79º32.95%33.92%-
HSV(B)315.79º49.57%45.1%-
XYZ10.887.5912.95-
YUV79.83139.38153.08-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.12%
GREEN value IS 58 (23.05% from 255) = 21.25%
BLUE value IS 100 (39.45% from 255) = 36.63%
R=42.12%
G=21.25%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1155810000.500.130.55315.7932.9533.92
Hex733A64032D3713c2122
Octal1637214406215674744142
Binary1110011111010110010001100101101110111100111100100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733A64; }

 p { color: rgb(115,58,100); }

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

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

 a { background-color: rgb(115,58,100); }

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

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

 span { border-color: rgb(115,58,100); }

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