#733D65

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

Shades of Palatinate Purple #733D65

Tints of Palatinate Purple #733D65

Color information

#733D65 (or 0x733D65) is unknown color: approx Palatinate Purple. HEX triplet: 73, 3D and 65. RGB value is (115,61,101). Sum of RGB (Red+Green+Blue) = 115+61+101=277 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.52% from 277); Green value is 61 (24.22% from 255 or 22.02% from 277); Blue value is 101 (39.84% from 255 or 36.46% from 277); Max value from RGB is 115 - color contains mainly: red. Hex color #733D65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733D65 is #8CC29A. Grayscale: #515151. Windows color (decimal): -9224859 or 6634867. OLE color: 6634867.

HSL color Cylindrical-coordinate representation of color #733D65: hue angle of 315.56º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #733D65 is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.55.

Color convert

RGB11561101-
CMYK00.470.120.55
HSL315.56º30.68%34.51%-
HSV(B)315.56º46.96%45.1%-
XYZ11.097.9213.26-
YUV81.71138.89151.75-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.52%
GREEN value IS 61 (24.22% from 255) = 22.02%
BLUE value IS 101 (39.84% from 255) = 36.46%
R=41.52%
G=22.02%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1156110100.470.120.55315.5630.6834.51
Hex733D6502FC3713c1f23
Octal1637514505714674743743
Binary111001111110111001010101111110011011110011110011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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