#733A65

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

Shades of Palatinate Purple #733A65

Tints of Palatinate Purple #733A65

Color information

#733A65 (or 0x733A65) is unknown color: approx Palatinate Purple. HEX triplet: 73, 3A and 65. RGB value is (115,58,101). Sum of RGB (Red+Green+Blue) = 115+58+101=274 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.97% from 274); Green value is 58 (23.05% from 255 or 21.17% from 274); Blue value is 101 (39.84% from 255 or 36.86% from 274); Max value from RGB is 115 - color contains mainly: red. Hex color #733A65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733A65 is #8CC59A. Grayscale: #4F4F4F. Windows color (decimal): -9225627 or 6634099. OLE color: 6634099.

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

Color convert

RGB11558101-
CMYK00.500.120.55
HSL314.74º32.95%33.92%-
HSV(B)314.74º49.57%45.1%-
XYZ10.937.6113.2-
YUV79.94139.88153-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.97%
GREEN value IS 58 (23.05% from 255) = 21.17%
BLUE value IS 101 (39.84% from 255) = 36.86%
R=41.97%
G=21.17%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1155810100.500.120.55314.7432.9533.92
Hex733A65032C3713b2122
Octal1637214506214674734142
Binary1110011111010110010101100101100110111100111011100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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