#733F65

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

Shades of Palatinate Purple #733F65

Tints of Palatinate Purple #733F65

Color information

#733F65 (or 0x733F65) is unknown color: approx Palatinate Purple. HEX triplet: 73, 3F and 65. RGB value is (115,63,101). Sum of RGB (Red+Green+Blue) = 115+63+101=279 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.22% from 279); Green value is 63 (25% from 255 or 22.58% from 279); Blue value is 101 (39.84% from 255 or 36.20% from 279); Max value from RGB is 115 - color contains mainly: red. Hex color #733F65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733F65 is #8CC09A. Grayscale: #525252. Windows color (decimal): -9224347 or 6635379. OLE color: 6635379.

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

Color convert

RGB11563101-
CMYK00.450.120.55
HSL316.15º29.21%34.9%-
HSV(B)316.15º45.22%45.1%-
XYZ11.28.1413.29-
YUV82.88138.23150.91-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.22%
GREEN value IS 63 (25% from 255) = 22.58%
BLUE value IS 101 (39.84% from 255) = 36.20%
R=41.22%
G=22.58%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1156310100.450.120.55316.1529.2134.9
Hex733F6502DC3713c1d23
Octal1637714505514674743543
Binary111001111111111001010101101110011011110011110011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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